package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Nov 21, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
TRACE = iota
DEBUG
INFO
WARN
ERROR
TracePrefix = " [TRACE] "
DebugPrefix = " [DEBUG] "
InfoPrefix = " [INFO] "
WarnPrefix = " [WARN] "
ErrorPrefix = " [ERROR] "
)
LogLevel is a type that represents a log level.
The hierarchy of log levels is the following: TRACE < DEBUG < INFO < WARN < ERROR.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.