# 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.
# Structs
DelegatingLogger is a logr.Logger that delegates to another logr.Logger.
KubeAwareEncoder is a Kubernetes-aware Zap Encoder.
NullLogger is a logr.Logger that does nothing.