Class: Mnogootex::Log::Line
Overview
Instance Attribute Summary collapse
-
#level ⇒ Symbol
The associated log level.
-
#text ⇒ String
The contents of the line.
Instance Attribute Details
#level ⇒ Symbol
Returns the associated log level.
12 |
# File 'lib/mnogootex/log/line.rb', line 12 Line = Struct.new(:text, :level) |
#text ⇒ String
Returns the contents of the line.
12 |
# File 'lib/mnogootex/log/line.rb', line 12 Line = Struct.new(:text, :level) |