Documentation ¶
Index ¶
Constants ¶
View Source
const ( Debug = int(zapcore.DebugLevel) * -1 Info = int(zapcore.InfoLevel) * -1 Warn = int(zapcore.WarnLevel) * -1 Error = int(zapcore.ErrorLevel) * -1 DPanic = int(zapcore.DPanicLevel) * -1 Panic = int(zapcore.PanicLevel) * -1 Fatal = int(zapcore.FatalLevel) * -1 FieldError = "error" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlushLogger ¶ added in v0.1.0
func New ¶
func New(conf *Config) FlushLogger
Click to show internal directories.
Click to hide internal directories.