org.mortbay.jetty
Interface RequestLog

All Superinterfaces:
LifeCycle
All Known Implementing Classes:
NCSARequestLog

public interface RequestLog
extends LifeCycle

RequestLog

Author:
Nigel Canonizado

Method Summary
 void log(Request request, Response response)
           
 
Methods inherited from interface org.mortbay.component.LifeCycle
isFailed, isRunning, isStarted, isStarting, isStopping, start, stop
 

Method Detail

log

void log(Request request,
         Response response)