Class AbstractAccessLogValve.ElapsedTimeElement

java.lang.Object
org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement
All Implemented Interfaces:
AbstractAccessLogValve.AccessLogElement
Enclosing class:
AbstractAccessLogValve

protected static class AbstractAccessLogValve.ElapsedTimeElement extends Object implements AbstractAccessLogValve.AccessLogElement
write time taken to process the request - %D, %T
  • Constructor Details

    • ElapsedTimeElement

      public ElapsedTimeElement(boolean micros, boolean millis)
      Parameters:
      micros - true, write time in microseconds - %D
      millis - true, write time in milliseconds, if both arguments are false, write time in seconds - %T
  • Method Details