# README
logger
# Packages
No description provided by the author
# Functions
FromContext returns a logger with predefined values from a context.Context.
SetLogger sets a concrete logging implementation for all deferred Loggers.
WithContext takes a context and sets the logger as one of its keys.
# Variables
DiscardLogger is a logr.Logger that does nothing.
Log is the base logger used by kubebuilder.
# Type aliases
No description provided by the author