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 |
getPattern() |
String |
getPrefix() |
String |
getSuffix() |
boolean |
isEnabled() |
boolean |
isRenameOnRotate() |
boolean |
isRequestAttributesEnabled() |
void |
setDirectory(String directory) |
void |
setEnabled(boolean enabled) |
void |
setPattern(String pattern) |
void |
setPrefix(String prefix) |
void |
setRenameOnRotate(boolean renameOnRotate) |
void |
setRequestAttributesEnabled(boolean requestAttributesEnabled) |
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 isRenameOnRotate()
public void setRenameOnRotate(boolean renameOnRotate)
public boolean isRequestAttributesEnabled()
public void setRequestAttributesEnabled(boolean requestAttributesEnabled)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.