Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LevelError = zap.NewAtomicLevelAt(zap.ErrorLevel)
View Source
var LevelFatal = zap.NewAtomicLevelAt(zap.FatalLevel)
View Source
var LevelInfo = zap.NewAtomicLevelAt(zap.InfoLevel)
Functions ¶
Types ¶
type LoggerConfig ¶
type LoggerConfig struct { Level zap.AtomicLevel Output []string }
Click to show internal directories.
Click to hide internal directories.