Class: Mnogootex::Log::Matcher
- Defined in:
- lib/mnogootex/log/matcher.rb
Overview
Instance Attribute Summary collapse
-
#length ⇒ Integer
The number of matched lines.
-
#level ⇒ Symbol
The associated log level.
-
#regexp ⇒ Regexp
The regexp to match the first line.
Instance Attribute Details
#length ⇒ Integer
Returns the number of matched lines.
15 |
# File 'lib/mnogootex/log/matcher.rb', line 15 Matcher = Struct.new(:regexp, :level, :length) |
#level ⇒ Symbol
Returns the associated log level.
15 |
# File 'lib/mnogootex/log/matcher.rb', line 15 Matcher = Struct.new(:regexp, :level, :length) |
#regexp ⇒ Regexp
Returns the regexp to match the first line.
15 |
# File 'lib/mnogootex/log/matcher.rb', line 15 Matcher = Struct.new(:regexp, :level, :length) |