# Functions

MustNewZapLogger is like NewZapLogger but panics on invalid input.
NewZapLogger creates a new logr.Logger backed by Zap.

# Constants

DebugLevel is the debug log level, i.e.
ErrorLevel is a log level where only errors are logged.
FormatJSON is the output type that produces a JSON object per log line.
FormatText outputs the log as human-readable text.
InfoLevel is the default log level.

# Variables

AllLogFormats is a slice of all available log formats.
AllLogLevels is a slice of all available log levels.