Class Rack::CommonLogger
In: lib/rack/commonlogger.rb
Parent: Object

Rack::CommonLogger forwards every request to an app given, and logs a line in the Apache common log format to the logger, or rack.errors by default.

Methods

<<   _call   call   close   each   new  

Public Class methods

Public Instance methods

By default, log to rack.errors.

[Validate]