Documentation ¶
Index ¶
- Constants
- func Debug(msg string, tags ...zap.Field)
- func Error(msg string, tags ...zap.Field)
- func Fatal(msg string, tags ...zap.Field)
- func Field(key string, value interface{}) zap.Field
- func Info(msg string, tags ...zap.Field)
- func Init(lc Config)
- func Warn(msg string, tags ...zap.Field)
- type Config
Constants ¶
View Source
const ( // DebugLevel log level DebugLevel = zap.InfoLevel // InfoLevel log level InfoLevel = zap.InfoLevel // WarnLevel log level WarnLevel = zap.WarnLevel // ErrorLevel log level ErrorLevel = zap.ErrorLevel // FatalLevel log level FatalLevel = zap.FatalLevel )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.