# Functions

Debug prints an error severity DEBUG to the log.
Err prints an error of severity ERROR to the log.
Info prints an error of severity INFO to the log.
Warn prints an error severity WARN to the log.

# Variables

IsDebugging controls debugging output.
Logger is the destination for this package.

# Interfaces

Receiver can receive log messages from this package.