# Functions

Debug exposes the same method from the logr.Logger interface using the default logger.
Enabled exposes the same method from the logr.Logger interface using the default logger.
Error exposes the same method from the logr.Logger interface using the default logger.
FromContext builds a logger with some additional information stored in the context.
GetFieldsRemapFlags returns the required flags to set the logging fields.
GetLogger returns the default logger.
Info exposes the same method from the logr.Logger interface using the default logger.
IntoContext injects a logger into a context.
NewFlags creates a new instance of Flags.
SetLogger will set the backing logr implementation for instance manager.
SetLogLevel sets manually the logLevel.
SetupLogger sets up the logger from a given context, wrapping it with a new uuid, and any given name.
Trace exposes the same method from the logr.Logger interface using the default logger.
Warning exposes the same method from the logr.Logger interface using the default logger.
WithCaller exposes the same method from logr.Logger interface using the default logger.
WithName exposes the same method from the logr.Logger interface using the default logger.
WithValues exposes the same method from the logr.Logger interface using the default logger.

# Constants

DebugLevel is the debug level priority.
DebugLevelString is the string representation of the debug level.
DefaultLevel is the default logging level.
DefaultLevelString is the string representation of the default level.
ErrorLevel is the error level priority.
ErrorLevelString is the string representation of the error level.
InfoLevel is the info level priority.
InfoLevelString is the string representation of the info level.
TraceLevel is the trace level priority.
TraceLevelString is the string representation of the trace level.
WarningLevel is the warning level priority.
WarningLevelString is the string representation of the warning level.

# Structs

Flags contains the set of values necessary for configuring the manager.

# Interfaces

Logger is a reduced version of logr.Logger.