Documentation
¶
Index ¶
- Variables
- func Debug(format string, args ...interface{})
- func Error(msg string, err error)
- func Errorf(format string, args ...interface{})
- func Fatal(msg string, err error)
- func Fatalf(format string, args ...interface{})
- func Info(format string, args ...interface{})
- func Init(debug bool) error
- func Warn(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Log is the global logger instance Log zerolog.Logger )
Functions ¶
func Fatalf ¶
func Fatalf(format string, args ...interface{})
Fatalf logs a formatted fatal error and exits
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.