# Functions
NewLogLogger creates a new go log logger.
NewLogrLogger creates a new logrLogger with the given logr.logger.
NewZapLogger creates a new ZapLogger with the given zap.Logger.
# Structs
log.logger.
logr.logger.
ZapLogger is a struct that implements the Logger interface using zap.
# Interfaces
Logger is an interface that defines the logging methods.