Class: RequestLogAnalyzer::FileFormat::Rack

Inherits:
Apache
  • Object
show all
Defined in:
lib/request_log_analyzer/file_format/rack.rb

Constant Summary

Constants inherited from Apache

Apache::LOG_DIRECTIVES, Apache::LOG_FORMAT_DEFAULTS

Instance Attribute Summary

Attributes inherited from Base

#line_definitions, #report_trackers

Class Method Summary collapse

Methods inherited from Apache

access_line_definition, report_trackers

Methods inherited from Base

#captures?, format_definition, inherited, #initialize, line_definition, #parse_line, report, #request, #request_class, #setup_environment, #valid?

Constructor Details

This class inherits a constructor from RequestLogAnalyzer::FileFormat::Base

Class Method Details

.create(*args) ⇒ Object



5
6
7
# File 'lib/request_log_analyzer/file_format/rack.rb', line 5

def self.create(*args)
  super(:rack, *args)
end