Versions in this module Expand all Collapse all v0 v0.2.0 Mar 5, 2024 v0.1.0 Feb 19, 2024 Changes in this version + const LogLevelDebug + const LogLevelError + const LogLevelFatal + const LogLevelInfo + const LogLevelWarning + func Debug(text string, params ...any) + func Error(text string, params ...any) + func ErrorWithErr(text string, err error, params ...any) + func Fatal(text string, params ...any) + func FatalWithErr(text string, err error, params ...any) + func Info(text string, params ...any) + func PrintLine() + func SetSgr(sgr Sgr) + func Warning(text string, params ...any) + type LogLevel uint8 + type Sgr string + const SgrBgBlack + const SgrBgBlue + const SgrBgBrightBlack + const SgrBgBrightBlue + const SgrBgBrightCyan + const SgrBgBrightGreen + const SgrBgBrightMagenta + const SgrBgBrightRed + const SgrBgBrightWhite + const SgrBgBrightYellow + const SgrBgCyan + const SgrBgDefault + const SgrBgExtendedColor + const SgrBgGreen + const SgrBgMagenta + const SgrBgRed + const SgrBgTrueColor + const SgrBgWhite + const SgrBgYellow + const SgrBold + const SgrConceal + const SgrCrossedOut + const SgrDoublyUnderlined + const SgrFaint + const SgrFgBlack + const SgrFgBlue + const SgrFgBrightBlack + const SgrFgBrightBlue + const SgrFgBrightCyan + const SgrFgBrightGreen + const SgrFgBrightMagenta + const SgrFgBrightRed + const SgrFgBrightWhite + const SgrFgBrightYellow + const SgrFgCyan + const SgrFgDefault + const SgrFgExtendedColor + const SgrFgGreen + const SgrFgMagenta + const SgrFgRed + const SgrFgTrueColor + const SgrFgWhite + const SgrFgYellow + const SgrInvert + const SgrItalic + const SgrNoBlink + const SgrNoBoldOrFaint + const SgrNoConceal + const SgrNoCrossedOut + const SgrNoInvert + const SgrNoItalic + const SgrNoOverline + const SgrNoUnderline + const SgrOverline + const SgrRapidBlink + const SgrReset + const SgrSlowBlink + const SgrUnderline + const SgrUnderlineColor + const SgrUnderlineColorDefault + func ExtendedBgColor(number uint8) Sgr + func ExtendedFgColor(number uint8) Sgr + func TrueBgColor(r, g, b uint8) Sgr + func TrueFgColor(r, g, b uint8) Sgr