Skip to content
/ go-logger Public

Golang logger functionality with logging separation by package to improve debug process

License

Notifications You must be signed in to change notification settings

d2r2/go-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

MIT License

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.

About

Golang logger functionality with logging separation by package to improve debug process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages