Class: RequestLogAnalyzer::FileFormat::DelayedJob
- Defined in:
- lib/request_log_analyzer/file_format/delayed_job.rb
Overview
The DelayedJob file format parsed log files that are created by DelayedJob. By default, the log file can be found in RAILS_ROOT/log/delayed_job.log
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#line_definitions, #report_trackers
Method Summary
Methods inherited from Base
#captures?, create, format_definition, #initialize, line_definer, line_definition, #line_divider, #max_line_length, #parse_line, report, report_definer, #request, #request_class, #setup_environment, #valid_line_definitions?, #valid_request_class?, #well_formed?
Methods included from ClassLevelInheritableAttributes
#inheritable_attributes, #inherited
Constructor Details
This class inherits a constructor from RequestLogAnalyzer::FileFormat::Base