Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogLevel ¶
type LogLevel uint32
LogLevel type.
const ( // LevelFatal should be used in fatal situations, the app will exit. LevelFatal LogLevel = iota // LevelError should be used when someone should really look at the error. LevelError // LevelWarn should be used when some logic on failure. LevelWarn // LevelInfo should be used during normal operations. LevelInfo // LevelDebug should be used only during development. LevelDebug )
Click to show internal directories.
Click to hide internal directories.