# Functions
DefaultLogger returns the default logger for the application.
FromContext retrieves the logger stored in the context.
NewLogger creates a new logger instance based on the provided configuration.
SetConfig updates the logging configuration for the default logger.
SetLevel updates the logging level for the default logger.
WithLogger creates a new context with the provided logger attached to it.