Documentation
¶
Index ¶
- Variables
- func CustomInfo(c Color, msg ...any)
- func CustomMsg(title any, titleColor Color, msg ...any)
- func Error(msg ...any)
- func Errorf(txt string, args ...any)
- func FatalError(msg ...any)
- func FatalErrorf(txt string, args ...any)
- func Info(msg ...any)
- func Infof(txt string, args ...any)
- func PanicError(msg ...any)
- func PanicErrorf(text string, args ...any)
- func Warning(msg ...any)
- func Warningf(txt string, args ...any)
- type Color
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FatalCode int FatalTxt = "FATAL ERROR: " PanicTxt = "PANIC: " ErrorTxt = "ERROR: " WarningTxt = "WARNING: " InfoTxt = "INFO: " )
Functions ¶
func CustomInfo ¶
func FatalError ¶
func FatalError(msg ...any)
func FatalErrorf ¶
func PanicError ¶
func PanicError(msg ...any)
func PanicErrorf ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.