Documentation
¶
Overview ¶
Package dlogger exposes a simple zap logger, with log levels
Index ¶
Constants ¶
View Source
const ( // LogLevelInfo sets the log level to info LogLevelInfo = "info" // LogLevelDebug sets the log level to debug LogLevelDebug = "debug" // LogLevelNone sets logger to no logging LogLevelNone = "none" )
Variables ¶
This section is empty.
Functions ¶
func MustGetLogger ¶
MustGetLogger returns a zap logger with the specified level or panics
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.