Documentation
¶
Overview ¶
Package logger provides functions for logging messages.
Index ¶
- func Close()
- func ConfigSet(key, value string)
- func Debug(format string, args ...any)
- func Error(format string, args ...any)
- func Errorln(args ...any)
- func Info(format string, args ...any)
- func ServerRunning(url string)
- func SetLogLevel(l LogLevel)
- func SetNoColor(disable bool)
- func SetupFile(logFilePath string, disableColor ...bool) error
- func Success(format string, args ...any)
- func Warning(format string, args ...any)
- type LogLevel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServerRunning ¶
func ServerRunning(url string)
func SetLogLevel ¶
func SetLogLevel(l LogLevel)
func SetNoColor ¶
func SetNoColor(disable bool)
Types ¶
Click to show internal directories.
Click to hide internal directories.