Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flag ¶
type Flag int
Flag defines behaviours.
const ( None Flag = iota // Force message will be processed, and printed independent of `Level` // restrictions. Force // Mute message will be processed, but not printed. Mute // Skip message will not be processed, neither formatted, but printed. Skip // SkipAndForce message will not be processed, , neither formatted, but will // be printed independent of `Level` restrictions. SkipAndForce // SkipAndMute message will not be processed, neither printed. SkipAndMute )
Click to show internal directories.
Click to hide internal directories.