# Functions
Debug ...
Error ...
ErrorCLI prints an error message to the terminal & creates a log entry.
FatalCLI prints a message to the terminal & exits.
Header prints a header to the console.
HeaderCustom prints a header to the console with custom colors.
Info ...
InfoCLI prints an info message to the terminal & creates a log entry.
Out returns the global logger's io.Writer.
SetLevel sets the log level for the logger.
SetOutput sets the output location for the logger.
Warn ...
# Variables
Newline determines whether a newline character is appended to the end of each log message.