# Functions
NewDefaultLogger creates a DefaultLogger which is a no-op to maintain current functionality.
# Structs
DefaultLogger is enabled when no consuming clients provide a logger to the server/cache subsystem.
LoggerFuncs implements the Logger interface, allowing the caller to specify only the logging functions that are desired.
# Interfaces
Logger interface for reporting informational and warning messages.