package
0.0.0-20221218020805-7893cc3cdef2
Repository: https://github.com/zalgonoise/logx.git
Documentation: pkg.go.dev

# Functions

AsLevel converts an input string to a Level, returning nil if invalid.

# Variables

Debug represents log level 1.
Error represents log level 4.
Fatal represents log level 5.
Info represents log level 2.
Trace represents log level 0.
Warn represents log level 3.

# Interfaces

Level interface describes the behavior that a log level should have It must provide methods to be casted as a string or as an int.