# Functions
GetConsoleLogger returns a pointer to a Logger that logs from logLevel and above to standard output in colorised human readable format.
GetLogger returns a pointer to a Logger that logs from logLevel and above.
GetLoggerString - alternative Logger constructor that returns a pointer to a Logger based on a string defining a log level.
ParseLogLevel parses the input string and returns the respective log level.
# Structs
FastLogger implements the LogChainer interface and relies on http://github.com/rs/zerolog.
# Interfaces
Logger defines the behavior of the logger.