/logs

This package provides a flexible logging system for Go applications with customizable configurations. The package allows users to log messages with different levels of severity and provides support for multiple logging backends, including console, file, and syslog.

Primary LanguageGoMIT LicenseMIT

Logs

version Go Reference

Description

This module is used to logs data like logs, errors, warnings, etc.

Installation

go get github.com/fsandov/logs

License

This project is licensed under the MIT License - see the LICENSE file for details