# Functions
ApplyContext will load the context into the cmd package.
# Constants
Debug defines the debug/log level of basic debug information within the package.
Disabled defines the debug/logging level where all logging is disabled.
Error defines the debug/log level of errors within the package.
Fatal defines the debug/log level of fatal events within the package.
Info defines the debug/log level of informative or noteworthy information.
Panic defines the debug/log level of panics within the package.
Warn defines the debug/log level of warnings and other things that should be investigated in the package.