A simple Go logging package.
Go Log is a simple logging library inspired by the standard log
package.
It was created because there was a lack of simple easy to use logging libraries in the Go ecosystem.
Features:
- 1 line setup
- Log levels: Debug, Info, Warn, Error, Fatal
- Log output formatting via Go templates
- Function names similar to
log
package - Advanced customizability if needed