public static class ServerProperties.Tomcat.Accesslog extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
prefix
Log file name prefix.
|
Constructor and Description |
---|
Accesslog() |
Modifier and Type | Method and Description |
---|---|
String |
getDirectory() |
String |
getFileDateFormat() |
String |
getPattern() |
String |
getPrefix() |
String |
getSuffix() |
boolean |
isBuffered() |
boolean |
isEnabled() |
boolean |
isRenameOnRotate() |
boolean |
isRequestAttributesEnabled() |
boolean |
isRotate() |
void |
setBuffered(boolean buffered) |
void |
setDirectory(String directory) |
void |
setEnabled(boolean enabled) |
void |
setFileDateFormat(String fileDateFormat) |
void |
setPattern(String pattern) |
void |
setPrefix(String prefix) |
void |
setRenameOnRotate(boolean renameOnRotate) |
void |
setRequestAttributesEnabled(boolean requestAttributesEnabled) |
void |
setRotate(boolean rotate) |
void |
setSuffix(String suffix) |
protected String prefix
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getPattern()
public void setPattern(String pattern)
public String getDirectory()
public void setDirectory(String directory)
public String getPrefix()
public void setPrefix(String prefix)
public String getSuffix()
public void setSuffix(String suffix)
public boolean isRotate()
public void setRotate(boolean rotate)
public boolean isRenameOnRotate()
public void setRenameOnRotate(boolean renameOnRotate)
public String getFileDateFormat()
public void setFileDateFormat(String fileDateFormat)
public boolean isRequestAttributesEnabled()
public void setRequestAttributesEnabled(boolean requestAttributesEnabled)
public boolean isBuffered()
public void setBuffered(boolean buffered)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.