# Functions

GetLogger Returns a logger.
GetQuietLogger Returns a logger that only emits critical logs.

# Structs

Logger is a wrapper around log.Logger with the following features: - Supports a prefix - Adds colors to the output - Debug mode (all logs, debug and above) - Quiet mode (only critical logs).