Class AbstractAccessLogValve.DateAndTimeElement
java.lang.Object
org.apache.catalina.valves.AbstractAccessLogValve.DateAndTimeElement
- All Implemented Interfaces:
AbstractAccessLogValve.AccessLogElement
- Enclosing class:
AbstractAccessLogValve
protected class AbstractAccessLogValve.DateAndTimeElement
extends Object
implements AbstractAccessLogValve.AccessLogElement
Write date and time, in configurable format (default CLF) - %t or %{format}t.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new date and time element using CLF format.protectedDateAndTimeElement(String sdf) Creates a new date and time element with the specified format. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(CharArrayWriter buf, Date date, Request request, Response response, long time)
-
Constructor Details
-
DateAndTimeElement
protected DateAndTimeElement()Creates a new date and time element using CLF format. -
DateAndTimeElement
Creates a new date and time element with the specified format.- Parameters:
sdf- The SimpleDateFormat pattern or special format identifier
-
-
Method Details
-
addElement
public void addElement(CharArrayWriter buf, Date date, Request request, Response response, long time) - Specified by:
addElementin interfaceAbstractAccessLogValve.AccessLogElement
-