enum

Logarithm::PerformanceMonitor::AlertLevel

Inherits Enum < Comparable < Value < Object

Severity levels for performance alerts

Constants

WARNING = 0
CRITICAL = 1
INFO = 2

Instance methods

critical?

Returns true if this enum value equals CRITICAL

Source
info?

Returns true if this enum value equals INFO

Source
warning?

Returns true if this enum value equals WARNING

Source