# Functions

NewLogger creates a new Logger using the specified name and keys/values.
WithValues creates a new Logger using the passed logr.Logger with the specified key/values.

# Interfaces

Logger is a simple wrapper around go-logr to simplify distinguishing debug logs from info.