Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Full indicates a verbose printing style Full = uint8(0) // Partial indicates a simplified printing style Partial = uint8(1) // Min indicates a minimal printing style Min = uint8(2) // Un indicated a Full style without colors Un = uint8(3) )
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{"045", 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 ¶
type Style ¶
Style is a style definition used for prints
Click to show internal directories.
Click to hide internal directories.