Class RequestLogHandler

java.lang.Object
All Implemented Interfaces:
Handler, HandlerContainer, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

public class RequestLogHandler extends HandlerWrapper

This handler provides an alternate way (other than Server.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context). This handler can be used to wrap an individual context for context logging, or can be listed prior to a handler.

See Also: