Documentation
¶
Index ¶
Constants ¶
View Source
const ( // InfoLevel will be shown InfoLevel = 0b0001 // LogLevel will be shown LogLevel = 0b0010 // WarnLevel will be shown WarnLevel = 0b0100 // CriticalLevel will be shown CriticalLevel = 0b1000 // AllLevel will be shown AllLevel = 0b1111 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.