# Functions

Logger is a Logger implementation.
LoggerTo returns a new Logger implementation using Zap which logs to the given destination, instead of stderr.
RawLoggerTo returns a new zap.Logger configured with KubeAwareEncoder which logs to a given destination.

# Structs

KubeAwareEncoder is a Kubernetes-aware Zap Encoder.