public static class ServerProperties.Jetty.Accesslog extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerProperties.Jetty.Accesslog.FORMAT
Log format for Jetty access logs.
|
Constructor and Description |
---|
Accesslog() |
Modifier and Type | Method and Description |
---|---|
String |
getCustomFormat() |
String |
getFileDateFormat() |
String |
getFilename() |
ServerProperties.Jetty.Accesslog.FORMAT |
getFormat() |
List<String> |
getIgnorePaths() |
int |
getRetentionPeriod() |
boolean |
isAppend() |
boolean |
isEnabled() |
void |
setAppend(boolean append) |
void |
setCustomFormat(String customFormat) |
void |
setEnabled(boolean enabled) |
void |
setFileDateFormat(String fileDateFormat) |
void |
setFilename(String filename) |
void |
setFormat(ServerProperties.Jetty.Accesslog.FORMAT format) |
void |
setIgnorePaths(List<String> ignorePaths) |
void |
setRetentionPeriod(int retentionPeriod) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public ServerProperties.Jetty.Accesslog.FORMAT getFormat()
public void setFormat(ServerProperties.Jetty.Accesslog.FORMAT format)
public String getCustomFormat()
public void setCustomFormat(String customFormat)
public String getFilename()
public void setFilename(String filename)
public String getFileDateFormat()
public void setFileDateFormat(String fileDateFormat)
public int getRetentionPeriod()
public void setRetentionPeriod(int retentionPeriod)
public boolean isAppend()
public void setAppend(boolean append)