An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Golang logger functionality with package-level logging separation to improve application debug process
======================================================================================================

[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](./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.