# Functions
ConsoleLogger returns a Logger object that prints log events to the Console.
DefaultLogger returns the default logger, which is the console logger at level "info".
New returns a Logger for the provided logging configuration.
# Type aliases
Pairs represents a key=value pair that helps to describe a log event.