Class: Mnogootex::Log::Level
- Defined in:
- lib/mnogootex/log/level.rb
Overview
Instance Attribute Summary collapse
-
#color ⇒ Symbol
The color visually representing the #priority.
-
#name ⇒ Symbol
The human readable name of the log level.
-
#priority ⇒ Numeric
The numeric priority of the log level.
Instance Attribute Details
#color ⇒ Symbol
Returns the color visually representing the #priority.
15 |
# File 'lib/mnogootex/log/level.rb', line 15 Level = Struct.new(:priority, :name, :color) |
#name ⇒ Symbol
Returns the human readable name of the log level.
15 |
# File 'lib/mnogootex/log/level.rb', line 15 Level = Struct.new(:priority, :name, :color) |
#priority ⇒ Numeric
Returns the numeric priority of the log level.
15 |
# File 'lib/mnogootex/log/level.rb', line 15 Level = Struct.new(:priority, :name, :color) |