# Functions
MakeLogger initializes and configures the global slogger instance.
NewPrettyHandler creates a new PrettyHandler with a given output writer and options.
# Constants
No description provided by the author
# Variables
No description provided by the author
Log is a global slogger instance used across the application.
# Structs
PrettyHandler implements slog.Handler and provides a structured, colored logging output.
PrettyHandlerOptions contains options specific to the PrettyHandler, mainly around slog handling.