//
pkg.gl
Category
github.com/gargath/pleiades
pkg
log
package
1.1.4
Repository:
https://github.com/gargath/pleiades.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
9
Files
43 SLOC
#
Functions
InitLogLevel
InitLogLevel sets all registered loggers to use the verbosity indicated as command line flags.
MustGetLogger
MustGetLogger returns a logger for the given package or panics.
#
Constants
DEFAULT
DEFAULT is info-level logging.
QUIET
QUIET will suppress all log messages except error and above.
VERBOSE
VERBOSE includes all debug logs.
#
Type aliases
Level
Level defines available log levels.