Describes log levels.
EMERGENCY = 'emergency'
ALERT = 'alert'
CRITICAL = 'critical'
ERROR = 'error'
WARNING = 'warning'
NOTICE = 'notice'
INFO = 'info'
DEBUG = 'debug'