Module: RightSupport::Log::Syslog::Remote::Severity

Defined in:
lib/right_support/log/syslog/remote.rb

Overview

documented severity constants.

Constant Summary collapse

EMERG =
0
ALERT =
1
CRIT =
2
ERR =
3
WARNING =
4
NOTICE =
5
INFO =
6
DEBUG =
7