Documentation
¶
Index ¶
- Constants
- 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 SetLoggerLevel(logLevel LogLevel)
- func Setup(settings *Settings)
- func Warn(v ...any)
- func Warnf(format string, v ...any)
- type LogLevel
- type Settings
Constants ¶
View Source
const ( Reset = "\033[0m" Red = "\033[31m" Green = "\033[32m" Blue = "\033[34m" Yellow = "\033[33m" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.