# Packages
Package zap contains helpers for setting up a new logr.Logger instance using the Zap logging framework.
# 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.
# Variables
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.