Parent

Methods

Included Modules

RequestLog::Access

Just logs whatever requests it gets to STDERR (which ends up in the mongrel log when daemonized).

Public Instance Methods

process(request,response) click to toggle source
     # File lib/mongrel/debug.rb, line 100
100:     def process(request,response)
101:       p = request.params
102:       STDERR.puts "#{p['REMOTE_ADDR']} - [#{Time.now.httpdate}] \"#{p['REQUEST_METHOD']} #{p["REQUEST_URI"]} HTTP/1.1\""
103:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.