modulepackage
0.0.0-20210606094344-60e9d1233e22
Repository: https://github.com/d2r2/go-logger.git
Documentation: pkg.go.dev
# README
Golang logger functionality with package-level logging separation to improve application debug process
Functionality of this package is similar to logrus and other popular Golang logging packages, but still the capabilities of this package are not as flexible and advanced as the mentioned popular packages.
One of the reasons for creating this library was the ability to log with more verbosity levels. For instance, we have here Fatal, Panic, Error, Warning, Notify, Information and Debug levels, while others ordinary do not include Notify verbosity.
I'll add more information about the API here later, but for now, folks, that's all now.
License
Go-logger is licensed under MIT License, like other similar Golang logging libraries.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author