Documentation
¶
Index ¶
- Constants
- Variables
- func Always(format string, a ...interface{})
- func Critical(format string, a ...interface{})
- func Debug(format string, a ...interface{})
- func Info(format string, a ...interface{})
- func Log(format string, a ...interface{})
- func Success(format string, a ...interface{})
- func Warning(format string, a ...interface{})
- type Logger
Constants ¶
View Source
const (
AlwaysLabel = "✿"
CriticalLabel = "✖"
DebugLabel = "▶"
InfoLabel = "ℹ"
SuccessLabel = "✔"
WarningLabel = "!"
)
Variables ¶
View Source
var (
Level = 2
Color = true
Fabulous = false
FabulousWriter = lol.NewLolWriter()
FabulousTrueWriter = lol.NewTruecolorLolWriter()
TestMode = false
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.