class DansguardianDeniedAction::ProtexLog

Represents a single log line in the access logs with the Protex (5) log file format

Public Class Methods

new( raw ) click to toggle source

@param raw [String] Raw log line string that will be parsed

Calls superclass method DansguardianDeniedAction::Log::new
# File lib/dansguardian_denied_action/logs/protex_log.rb, line 9
def initialize( raw )
  super
end