Documentation ¶ Index ¶ Variables func Debug(msg string) func Debugf(format string, args ...any) func Error(err error) func Errorf(format string, args ...any) func Info(msg string) func Infof(format string, args ...any) func Warn(msg string) func Warnf(format string, args ...any) Constants ¶ This section is empty. Variables ¶ View Source var ( Logger zerolog.Logger ) Functions ¶ func Debug ¶ added in v1.2.0 func Debug(msg string) func Debugf ¶ added in v1.2.0 func Debugf(format string, args ...any) func Error ¶ func Error(err error) func Errorf ¶ func Errorf(format string, args ...any) func Info ¶ func Info(msg string) func Infof ¶ func Infof(format string, args ...any) func Warn ¶ func Warn(msg string) func Warnf ¶ func Warnf(format string, args ...any) Types ¶ This section is empty. Source Files ¶ View all Source files log.go Click to show internal directories. Click to hide internal directories.