# Functions
CreateLoggerOrExit creates the logger instance or exits to the console noting the error on failure.
NewLogger creates new builder that can then be used to configure and build an logger that uses the logging framework of the project.
# Structs
LoggerBuilder contains the information and logic needed to create the default loggers used by the project.