package
1.0.1
Repository: https://github.com/kodflow/fizzbuzz.git
Documentation: pkg.go.dev

# 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.

# Variables

COLORS maps log level constants to their corresponding color codes.
LABELS maps log level constants to their corresponding string labels.

# Type aliases

TYPE represents the log level type.