https://github.com/d2r2/go-logger
Golang logger functionality with logging separation by package to improve debug process
https://github.com/d2r2/go-logger
Last synced: about 1 year ago
JSON representation
Golang logger functionality with logging separation by package to improve debug process
- Host: GitHub
- URL: https://github.com/d2r2/go-logger
- Owner: d2r2
- License: mit
- Created: 2015-11-06T21:35:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T09:43:44.000Z (about 5 years ago)
- Last Synced: 2025-04-03T08:02:30.263Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Golang logger functionality with package-level logging separation to improve application debug process
======================================================================================================
[](./LICENSE)
Functionality of this package is similar to [logrus](https://github.com/sirupsen/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.