# Functions
Debug logs a message with severity DEBUG.
Error logs a message with severity ERROR.
Fatal logs a message with severity ERROR which is then followed by a call to os.Exit().
Info logs a message with severity INFO.
SetLevel sets the log level.
Warning logs a message with severity WARNING.