# Functions
Debugf logs a debug message.
No description provided by the author
Errorf logs an error message.
Fatalf logs a fatal message.
Infof logs an info message.
Init initializes the logger.
New returns a new logr.Logger.
NewDefaultLogWriter returns a io.Writer that logs to the given logger at the given level.
Warnf logs a warning message.
WithAlsoLogToStderr also logs to stderr.
WithDevMode sets the logger to development mode.
WithLevel sets the log level.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultLogger is the default logger.