Documentation ¶
Overview ¶
Package log implements a simple logging package.
Index ¶
- func Debug(msg string, fields ...zap.Field)
- func EnabledLevel(level zapcore.Level) bool
- func Error(msg string, fields ...zap.Field)
- func Fatal(msg string, fields ...zap.Field)
- func Info(msg string, fields ...zap.Field)
- func SetLevel(level zapcore.Level)
- func Sync()
- func Warn(msg string, fields ...zap.Field)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnabledLevel ¶
EnabledLevel wraps the zap Level's Enabled method.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.