package
1.1.4
Repository: https://github.com/gargath/pleiades.git
Documentation: pkg.go.dev

# Functions

InitLogLevel sets all registered loggers to use the verbosity indicated as command line flags.
MustGetLogger returns a logger for the given package or panics.

# Constants

DEFAULT is info-level logging.
QUIET will suppress all log messages except error and above.
VERBOSE includes all debug logs.

# Type aliases

Level defines available log levels.