Documentation ¶ Index ¶ type Flag func (f Flag) String() string 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 if set message will be processed, and printed independent of // `Level` restrictions. Force // Mute if set, message will not be printed. Mute // Skip if set, processors will ignore the message, and do nothing. Skip ) func (Flag) String ¶ func (f Flag) String() string String translates enum flags to string. Source Files ¶ View all Source files flag.go Click to show internal directories. Click to hide internal directories.