# Packages
No description provided by the author
# Variables
KBLog is a base parent logger.
Log is the base logger used by kubebuilder.
RawZapLoggerTo returns a new zap.Logger configured with KubeAwareEncoder which logs to a given destination.
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.