Documentation ¶
Index ¶
- Constants
- Variables
- func Debug(msg string)
- func Debugf(format string, args ...interface{})
- func Error(msg string)
- func Errorf(format string, args ...interface{})
- func Fatal(msg string)
- func Fatalf(format string, args ...interface{})
- func Info(msg string)
- func Infof(format string, args ...interface{})
- func Initialize(path string, logLevel zerolog.Level, unattended bool)
- func Warn(msg string)
- func Warnf(format string, args ...interface{})
Constants ¶
View Source
const ( DebugLevel = zerolog.DebugLevel InfoLevel = zerolog.InfoLevel WarnLevel = zerolog.WarnLevel ErrorLevel = zerolog.ErrorLevel FatalLevel = zerolog.FatalLevel )
Variables ¶
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.