package
0.13.49
Repository: https://github.com/6riversystems/mmmbbb.git
Documentation: pkg.go.dev

# Functions

ComponentLevels returns a _copy_ of the currently configured component level map.
No description provided by the author
GetLogger creates a logger for the given component name.
GetLoggerWith creates a logger for the given component name and custom context configuration function.
Leveled returns a LeveledLogger wrapper for the given Logger.
SetComponentLevel changes the log level for a given component.

# Structs

LeveledLogger implements the interface of the same name from github.com/hashicorp/go-retryablehttp.
Logger exists to wrap a replaceable zerolog.Logger so levels can be changed dynamically.