Modifier and Type |
Method and Description |
String |
getConditionIf() |
String |
getConditionUnless() |
String |
getDirectory() |
String |
getEncoding() |
String |
getFileDateFormat() |
String |
getLocale() |
int |
getMaxDays() |
String |
getPattern() |
String |
getPrefix() |
String |
getSuffix() |
boolean |
isBuffered() |
boolean |
isCheckExists() |
boolean |
isEnabled() |
boolean |
isIpv6Canonical() |
boolean |
isRenameOnRotate() |
boolean |
isRequestAttributesEnabled() |
boolean |
isRotate() |
void |
setBuffered(boolean buffered) |
void |
setCheckExists(boolean checkExists) |
void |
setConditionIf(String conditionIf) |
void |
setConditionUnless(String conditionUnless) |
void |
setDirectory(String directory) |
void |
setEnabled(boolean enabled) |
void |
setEncoding(String encoding) |
void |
setFileDateFormat(String fileDateFormat) |
void |
setIpv6Canonical(boolean ipv6Canonical) |
void |
setLocale(String locale) |
void |
setMaxDays(int maxDays) |
void |
setPattern(String pattern) |
void |
setPrefix(String prefix) |
void |
setRenameOnRotate(boolean renameOnRotate) |
void |
setRequestAttributesEnabled(boolean requestAttributesEnabled) |
void |
setRotate(boolean rotate) |
void |
setSuffix(String suffix) |