enum

Azu::ErrorReporter::Severity

Inherits Enum < Comparable < Value < Object

Constants

DEBUG = 0
INFO = 1
WARN = 2
ERROR = 3
FATAL = 4

Instance methods

debug?

Returns true if this enum value equals DEBUG

Source
error?

Returns true if this enum value equals ERROR

Source
fatal?

Returns true if this enum value equals FATAL

Source
info?

Returns true if this enum value equals INFO

Source
warn?

Returns true if this enum value equals WARN

Source