Class LogbackAccessProperties.Undertow

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getRecordRequestStartTime() Whether to enable UndertowOptions.RECORD_REQUEST_START_TIME.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogbackAccessProperties.Undertow

        LogbackAccessProperties.Undertow(Boolean recordRequestStartTime)
      • LogbackAccessProperties.Undertow

        LogbackAccessProperties.Undertow()
    • Method Detail

      • getRecordRequestStartTime

         final Boolean getRecordRequestStartTime()

        Whether to enable UndertowOptions.RECORD_REQUEST_START_TIME. Used to measure IAccessEvent.getElapsedTime and IAccessEvent.getElapsedSeconds.