public static class ServerProperties.Jetty.Accesslog extends Object
Constructor and Description |
---|
Accesslog() |
Modifier and Type | Method and Description |
---|---|
String |
getDateFormat() |
String |
getFileDateFormat() |
String |
getFilename() |
Locale |
getLocale() |
int |
getRetentionPeriod() |
TimeZone |
getTimeZone() |
boolean |
isAppend() |
boolean |
isEnabled() |
boolean |
isExtendedFormat() |
boolean |
isLogCookies() |
boolean |
isLogLatency() |
boolean |
isLogServer() |
void |
setAppend(boolean append) |
void |
setDateFormat(String dateFormat) |
void |
setEnabled(boolean enabled) |
void |
setExtendedFormat(boolean extendedFormat) |
void |
setFileDateFormat(String fileDateFormat) |
void |
setFilename(String filename) |
void |
setLocale(Locale locale) |
void |
setLogCookies(boolean logCookies) |
void |
setLogLatency(boolean logLatency) |
void |
setLogServer(boolean logServer) |
void |
setRetentionPeriod(int retentionPeriod) |
void |
setTimeZone(TimeZone timeZone) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
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)
public boolean isExtendedFormat()
public void setExtendedFormat(boolean extendedFormat)
public String getDateFormat()
public void setDateFormat(String dateFormat)
public Locale getLocale()
public void setLocale(Locale locale)
public TimeZone getTimeZone()
public void setTimeZone(TimeZone timeZone)
public boolean isLogCookies()
public void setLogCookies(boolean logCookies)
public boolean isLogServer()
public void setLogServer(boolean logServer)
public boolean isLogLatency()
public void setLogLatency(boolean logLatency)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.