# Packages
No description provided by the author
# Functions
Logging creates a middleware instance for structured logging.
NewLoggingOptions creates default logging configuration.
Retry creates a middleware that provides automatic retry functionality for handlers.
WithLogger sets a custom logger.
WithLogLevels sets custom log levels for different events.
WithLogMessages configures message logging.
WithLogMetadata configures metadata logging.
# Structs
LoggingOptions defines configuration for logging middleware.
LogLevels specifies log levels for different events.
# Type aliases
LoggingOption defines a configuration function for logging middleware.