package
Version:
v1.3.7
Opens a new window with list of versions in this module.
Published: Aug 18, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
LevelsToString converts a slice of levels to string (concatenated).
Level specification.
const (
None Level = iota
Fatal
Error
Info
Warn
Debug
Trace
)
Available levels.
FromInt returns a `Level` from a given integer.
Note: Failure will return "Unknown".
FromInt returns a `Level` from a given integer.
Note: Failure will return `None` level.
String interface implementation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.