Module: SyslogRuby::Severity

Extended by:
LookupFromConst
Included in:
Syslog
Defined in:
lib/syslog_ruby/severity.rb

Constant Summary collapse

EMERG =
PANIC = 0
ALERT =
1
CRIT =
2
ERR =
ERROR = 3
WARN =
WARNING = 4
NOTICE =
5
INFO =
6
DEBUG =
7
NONE =
10

Method Summary

Methods included from LookupFromConst

setup_constants