Module: Condux::Level

Defined in:
lib/condux/level.rb

Overview

Event severity, matching the levels the relay understands. The wire value is the lowercase string.

Constant Summary collapse

DEBUG =
"debug"
INFO =
"info"
WARNING =
"warning"
ERROR =
"error"
FATAL =
"fatal"