Documentation ¶
Index ¶
- Variables
- func Debug(v ...any)
- func Debugf(format string, v ...any)
- func Error(v ...any)
- func Errorf(format string, v ...any)
- func Fatal(v ...any)
- func Fatalf(format string, v ...any)
- func Info(v ...any)
- func Infof(format string, v ...any)
- func Warn(v ...any)
- func Warnf(format string, v ...any)
- type TextFormatter
Constants ¶
This section is empty.
Variables ¶
View Source
var StrEntry []string
Functions ¶
func Fatal ¶
func Fatal(v ...any)
Fatal logs a message at level Fatal on the wrapped logger then the process will exit with status set to 1.
func Fatalf ¶
Fatalf logs a message at level Fatal on the wrapped logger then the process will exit with status set to 1.
Types ¶
Click to show internal directories.
Click to hide internal directories.