# Functions
DefaultLoggerOptions returns the default logger options.
NewZeroLogger creates a new ZeroLogger with the specified options.
SetGlobalLevel sets the global logging level.
# Structs
LoggerOptions contains configuration options for creating a logger.
NopLogger is a logger that does nothing.
ZeroLogger implements Logger using zerolog.
# Interfaces
Logger defines the logging interface used throughout the application.