Documentation
¶
Index ¶
- Constants
- func Debug(msg string, args ...interface{})
- func Error(msg string, args ...interface{})
- func Fatal(msg string, args ...interface{})
- func Info(msg string, args ...interface{})
- func InitializeLogger(suppress bool)
- func PanicUnreachable[T any](reason string) T
- func Warn(msg string, args ...interface{})
- type Logger
Constants ¶
View Source
const ( Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" White = "\033[97m" Reset = "\033[0m" )
Variables ¶
This section is empty.
Functions ¶
func InitializeLogger ¶
func InitializeLogger(suppress bool)
func PanicUnreachable ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.