# Functions

Debugf - Logs the event at the Debug level.
Debugln - Logs the event at the Debug level.
Errorln - Logs the event at the Error level.
Fatalln - Logs the event at the Fatal level.
Infoln - Logs the event at the Infoln level.
Tracef - Logs the event at the Traceln level with formatting.
Traceln - Logs the event at the Trace levelgoland:noinspection SpellCheckingInspection.
Warnf - Logs the event at the Warning level with formatting.
Warnln - Logs the event at the Warning level.

# Constants

LogPrefixDiscord - log output format for logs sent from this package.

# Variables

LogLevel - The level of logging to allow in the console.