Documentation
¶
Index ¶
- func Debug(msg string)
- func Debugf(fmt string, v ...interface{})
- func Error(msg string)
- func ErrorWithFields(fields map[string]interface{})
- func Errorf(fmt string, v ...interface{})
- func Fatal(msg string)
- func Fatalf(fmt string, v ...interface{})
- func Info(msg string)
- func InfoWithFields(fields map[string]interface{})
- func Infof(fmt string, v ...interface{})
- func Init(level zerolog.Level)
- func Warn(msg string)
- func Warnf(fmt string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(fmt string, v ...interface{})
Debugf prints formatted message in debug level
func ErrorWithFields ¶
func ErrorWithFields(fields map[string]interface{})
ErrorWithFields prints fields in error level
func Errorf ¶
func Errorf(fmt string, v ...interface{})
Errorf prints formatted message in error level
func Fatalf ¶
func Fatalf(fmt string, v ...interface{})
Fatalf prints formatted message in fatal level
func InfoWithFields ¶
func InfoWithFields(fields map[string]interface{})
InfoWithFields prints fields in info level
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.