Class Access.TimeTakenElement
java.lang.Object
org.apache.synapse.transport.http.access.Access.TimeTakenElement
- All Implemented Interfaces:
Access.AccessLogElement
- Enclosing class:
Access
write time taken to process the request in milliseconds - %D
Only meaningful in combined mode where both request and response are available.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(StringBuilder buf, Date date, org.apache.http.HttpRequest request, org.apache.http.HttpResponse response)
-
Constructor Details
-
TimeTakenElement
protected TimeTakenElement()
-
-
Method Details
-
addElement
public void addElement(StringBuilder buf, Date date, org.apache.http.HttpRequest request, org.apache.http.HttpResponse response) - Specified by:
addElementin interfaceAccess.AccessLogElement
-