enum

LogCR::LogLevel

Inherits Enum < Comparable < Value < Object

LogLevel defines which logs to show and which to not, controlled by the Logger class

Constants

Debug = 0
Info = 1
Warn = 2
Error = 3

Instance methods

debug?

Returns true if this enum value equals Debug

Source
error?

Returns true if this enum value equals Error

Source
info?

Returns true if this enum value equals Info

Source
warn?

Returns true if this enum value equals Warn

Source