Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Full indicates a verbose printing style Full = uint8(0) // Min indicates a minimal printing style Min = uint8(1) // Un indicated a Full style without colors Un = uint8(2) )
Variables ¶
View Source
var Debug = Style{"099", level.Debug, "DEBUG", "✚"}
Debug style used for prints
View Source
var Error = Style{"208", level.Error, "ERROR", "✗"}
Error style used for prints
View Source
var Fatal = Style{"160", level.Fatal, "FATAL", "🕱"}
Fatal style used for prints
View Source
var Good = Style{"040", level.Good, "GOOD", "🗸"}
Good style used for prints
View Source
var Info = Style{"004", level.Info, "INFO", "⮞"}
Info style used for prints
View Source
var Panic = Style{"200", level.Panic, "PANIC", "😮"}
Panic style used for prints
View Source
var Warn = Style{"220", level.Warn, "WARNING", "🗲"}
Warn style used for prints
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.