Class LogbackAccessProperties.Undertow
-
- All Implemented Interfaces:
public final class LogbackAccessProperties.UndertowThe properties for the Undertow web server.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanrecordRequestStartTime
-
Constructor Summary
Constructors Constructor Description LogbackAccessProperties.Undertow(Boolean recordRequestStartTime)LogbackAccessProperties.Undertow()
-
Method Summary
Modifier and Type Method Description final BooleangetRecordRequestStartTime()Whether to enable UndertowOptions.RECORD_REQUEST_START_TIME. -
-
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.
-
-
-
-