Documentation
¶
Index ¶
- func Debug(msg string)
- func Debugf(format string, v ...interface{})
- func Error(msg string)
- func Errorf(format string, v ...interface{})
- func Fatal(msg string)
- func Fatalf(format string, v ...interface{})
- func Info(msg string)
- func Infof(format string, v ...interface{})
- func Init(verbose bool)
- func SetLevel(level string)
- func Warn(msg string)
- func Warnf(format string, v ...interface{})
- func WithField(key string, value interface{}) zerolog.Logger
- func WithFields(fields map[string]interface{}) zerolog.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatalf ¶
func Fatalf(format string, v ...interface{})
Fatalf logs a formatted fatal message and exits
func WithFields ¶
WithFields returns a new logger with added fields
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.