# Functions
Debug logs a message with severity DEBUG.
Error logs a message with severity ERROR.
Fatal logs a message with severity ERROR followed by a call to os.Exit().
Info logs a message with severity INFO.
SetLevel sets the log level.
SetTag sets the tag.
Warning logs a message with severity WARNING.
# Structs
No description provided by the author