Documentation
¶
Index ¶
- Constants
- func Debug(format string, v ...any)
- func Error(format string, v ...any)
- func Fatal(format string, v ...any)
- func Info(format string, v ...any)
- func MaskURL(url string) string
- func Panic(format string, v ...any)
- func SetLogLevel(level string)
- func Warn(format string, v ...any)
- type LogLevel
Constants ¶
View Source
const ( LogLevelDebug LogLevel = iota LogLevelInfo LogLevelWarn LogLevelError LogLevelFatal LogLevelPanic InfoColor = "\033[34m" WarnColor = "\033[33m" ErrorColor = "\033[31m" DebugColor = "\033[32m" ResetColor = "\033[0m" TimeFormat = "2006-01-02T15:04:05" )
Variables ¶
This section is empty.
Functions ¶
func SetLogLevel ¶
func SetLogLevel(level string)
Types ¶
Click to show internal directories.
Click to hide internal directories.