# Functions

NewDelegatingLogger constructs a new DelegatingLogger which uses the given logger before it's promise is fulfilled.
SetLogger sets a concrete logging implementation for all deferred Loggers.
ZapLogger is a Logger implementation.
ZapLoggerTo returns a new Logger implementation using Zap which logs to the given destination, instead of stderr.

# Variables

KBLog is a base parent logger.
Log is the base logger used by kubebuilder.

# Structs

DelegatingLogger is a logr.Logger that delegates to another logr.Logger.
NullLogger is a logr.Logger that does nothing.