Documentation ¶
Index ¶
- func Debug(message string, fields ...zap.Field)
- func Debugf(message string, fields ...interface{})
- func DefaultZap(isProduction bool, logFile string, level zapcore.Level)
- func Error(message string, fields ...zap.Field)
- func ErrorErr(message string, err error)
- func ErrorIfErr(message string, err error)
- func Errorf(message string, fields ...interface{})
- func Info(message string, fields ...zap.Field)
- func InfoIfTrue(condition bool, message string, fields ...zap.Field)
- func Infof(message string, fields ...interface{})
- func UseZap(logger *zap.Logger)
- func Warn(message string, fields ...zap.Field)
- func WarnErr(message string, err error)
- func WarnIfTrue(condition bool, message string, fields ...zap.Field)
- func Warnf(message string, fields ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorIfErr ¶ added in v0.0.29
func InfoIfTrue ¶ added in v0.0.29
func WarnIfTrue ¶ added in v0.0.29
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.