Class: Dexter::StderrLogTableParser
- Inherits:
-
StderrLogParser
- Object
- LogParser
- StderrLogParser
- Dexter::StderrLogTableParser
- Defined in:
- lib/dexter/stderr_log_table_parser.rb
Constant Summary
Constants inherited from LogParser
LogParser::DETAIL_LINE, LogParser::LINE_SEPERATOR, LogParser::REGEX
Constants included from Logging
Instance Attribute Summary
Attributes inherited from LogParser
Instance Method Summary collapse
Methods inherited from StderrLogParser
Methods inherited from LogParser
Methods included from Logging
Constructor Details
This class inherits a constructor from Dexter::LogParser
Instance Method Details
#perform ⇒ Object
3 4 5 |
# File 'lib/dexter/stderr_log_table_parser.rb', line 3 def perform process_stderr(@logfile.stderr_activity.map { |r| r["log_entry"] }) end |