org.mortbay.http
Class NCSARequestLogFormat
java.lang.Object
|
+--org.mortbay.http.NCSARequestLogFormat
- All Implemented Interfaces:
- RequestLogFormat
- public class NCSARequestLogFormat
- extends java.lang.Object
- implements RequestLogFormat
NCSA HTTP Request Log format.
Formate an NCSA common or NCSA extended (combined) log entries.
- Version:
- $Id: NCSARequestLogFormat.java,v 1.1 2001/11/05 04:11:07 gregwilkins Exp $
- Author:
- Tony Thompson, Greg Wilkins
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NCSARequestLogFormat
public NCSARequestLogFormat()
NCSARequestLogFormat
public NCSARequestLogFormat(java.lang.String logDateFormat,
java.lang.String timeZoneID,
boolean extended)
format
public java.lang.String format(HttpRequest request,
HttpResponse response,
int responseLength)
- Specified by:
format
in interface RequestLogFormat
- Parameters:
request
- response
- responseLength
- - Returns:
-
Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.