# Functions

GetGlobal - Returns existing instance of global logger (it'll create a new one if doesn't exist).
HookSentry - Configures (optionally) the Sentry hook for logrus.
HookSyslog - Configures (optionally) the syslog hook for logrus.
InitLogs - Configures basic settings for logging with logrus.
Log - Logs against a requested URL.
LogRequest - Logs the requested URL.
LogSetup - Logs the env variables required for a reverse proxy.
New - Creates a new logrus logger.
NewGlobal - Creates a new global logrus logger.
SetDebugLevel - Changes log level to DEBUG.