Class: Dexter::StderrLogTableParser

Inherits:
StderrLogParser show all
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

Logging::COLOR_CODES

Instance Attribute Summary

Attributes inherited from LogParser

#once

Instance Method Summary collapse

Methods inherited from StderrLogParser

#process_stderr

Methods inherited from LogParser

#initialize

Methods included from Logging

#colorize, #log, #output

Constructor Details

This class inherits a constructor from Dexter::LogParser

Instance Method Details

#performObject



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