modulepackage
0.0.0-20191008164141-1ac38490cb68
Repository: https://github.com/go-godin/log.git
Documentation: pkg.go.dev
# README
log
logging implementation used in godin
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewLogger creates a new, leveled Log.
NewLoggerFromEnv creates a new Log, configuring the log level using an environment variable.
SetupZapLogger will setup a zap-logger with the given level.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Logger is the default logging interface which is used throughout all godin services.