package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Oct 5, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
A Level is the importance or severity of a log event.
The higher the level, the more important or severe the event.
const (
LevelDebug Level = iota
LevelInfo
LevelWarn
LevelError
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.