Documentation
¶
Overview ¶
Package level defines the supported logging levels
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Level ¶
type Level byte
Level enumerates different logging levels.
func FromString ¶ added in v0.1.12
FromString converts the given string label to the appropriate Level. If the string does not map to a valid logging level, `None` is returned.
Click to show internal directories.
Click to hide internal directories.