MCProtocol::LoggingLevel
Inherits Enum < Comparable < Value < Object
The severity of a log message.
These map to syslog message severities, as specified in RFC-5424: https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1
Constants
Alert = 0
Critical = 1
Debug = 2
Emergency = 3
Error = 4
Info = 5
Notice = 6
Warning = 7