Documentation ¶ Index ¶ func Debug(message string, args ...any) func Fail(message string, args ...interface{}) func Info(message string, args ...any) func Pass(message string, args ...any) func SetLevel(value string) func Warn(message string, args ...interface{}) type LogLevel func (me LogLevel) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Debug ¶ func Debug(message string, args ...any) func Fail ¶ func Fail(message string, args ...interface{}) func Info ¶ func Info(message string, args ...any) func Pass ¶ func Pass(message string, args ...any) func SetLevel ¶ func SetLevel(value string) func Warn ¶ func Warn(message string, args ...interface{}) Types ¶ type LogLevel ¶ type LogLevel int const ( LevelDebug LogLevel = iota LevelInfo LevelPass LevelWarn LevelFail ) var ( Level LogLevel ) func (LogLevel) String ¶ func (me LogLevel) String() string Source Files ¶ View all Source files lib.go Click to show internal directories. Click to hide internal directories.