# Functions
FromContext returns a logger with predefined values from a context.Context.
IntoContext takes a context and sets the logger as one of its values.
NewDelegatingLogSink constructs a new DelegatingLogSink which uses the given logger before its promise is fulfilled.
SetLogger sets a concrete logging implementation for all deferred Loggers.
# Variables
Log is the base logger used by kubebuilder.
# Structs
DelegatingLogSink is a logsink that delegates to another logr.LogSink.