//
pkg.gl
Category
github.com/wasilak/loggergo
module
package
0.0.13
Repository:
https://github.com/wasilak/loggergo.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
6
Files
75 SLOC
#
README
loggergo
Logging library I've come up with in order unify way my apps implement logging.
#
Functions
LoggerInit
The LoggerInit function initializes a logger with the provided configuration and additional attributes.
#
Structs
LoggerGoConfig
The LoggerGoConfig type is a configuration struct for a logger in Go, with fields for level, format, and dev mode.