Categorygithub.com/go-godin/log
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

# Packages

No description provided by the author
This is a modified version of the go-kit/kit/log/level package to fit godin's need.

# 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

# Structs

No description provided by the author

# Interfaces

Logger is the default logging interface which is used throughout all godin services.