# Functions
DisableConsoleColor disables color output in the console.
ForceConsoleColor force color output in the console.
# Variables
defaultLogFormatter is the default log format function Logger middleware uses.
# Structs
FormatterParams is the structure any formatter will be handed when time to log comes.
LoggerConfig defines the config for Logger middleware.
# Type aliases
Formatter gives the signature of the formatter function passed to LoggerWithFormatter.