public interface LogConfiguration
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getLogNCSABuffered()
Whether NCSA log file access should be buffered (by default it is buffered in Tomcat).
|
String |
getLogNCSADirectory()
Returns a directory to store request log files
|
String |
getLogNCSAFile()
Returns a filename to keep current request log file
|
String |
getLogNCSAFilenameDateFormat()
Date format to use when current file is renamed during rollover
|
Integer |
getLogNCSARetainDays()
How many files to keep during rollover
|
String |
getLogNCSATimeZone()
Timezone to use for request log file, when formatting timestamps
|
Boolean |
isLogNCSAAppend()
Whether request log file should be opened in append mode
|
Boolean |
isLogNCSAExtended()
Whether to use extended request log format (including
Referer and User-Agent headers) |
Boolean |
isLogNCSAFormatEnabled()
Whether request logging (at entire server level) should be enabled.
|
Boolean isLogNCSAFormatEnabled()
String getLogNCSADirectory()
String getLogNCSAFile()
Boolean isLogNCSAAppend()
String getLogNCSAFilenameDateFormat()
Integer getLogNCSARetainDays()
Boolean isLogNCSAExtended()
Referer and User-Agent headers)String getLogNCSATimeZone()
Boolean getLogNCSABuffered()
true.Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.