# Constants
DEBUG for debugging messages.
DEFAULT is the default log level, set to INFO.
ERROR for non-fatal errors.
FATAL for severe errors that may cause termination.
INFO for informational messages.
MESSAGE for general messages.
OFF disables logging.
PANIC for critical errors leading to termination.
SUCCESS for successful operations.
TRACE for detailed tracing.
WARN for warning messages.
# Type aliases
TYPE represents the log level type.