public interface AccessLog
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getBufferSizeBytes()
Size in bytes of the buffer where access log calls are stored.
|
String |
getFormat()
Gets the value of the format attribute, which specifies the format
of the access log.
|
@NotNull String |
getMaxHistoryFiles()
Gets the maximum number of rotated access log files that are to be
kept.
|
String |
getRotationEnabled()
Gets the value of the rotation-enabled attribute.
|
@Min(value=1L) @Max(value=2147483647L) String |
getRotationIntervalInMinutes()
Gets the value of the rotation-interval-in-minutes attribute.
|
String |
getRotationPolicy()
Gets the value of the rotation-policy attribute.
|
String |
getRotationSuffix()
Gets the value of the rotation-suffix attribute.
|
String |
getWriteIntervalSeconds()
Number of seconds before the log is written to the disk.
|
void |
setBufferSizeBytes(String value) |
void |
setFormat(String value)
Sets the value of the format attribute.
|
void |
setMaxHistoryFiles(String value)
Sets the maximum number of rotated access log files that are to be
kept.
|
void |
setRotationEnabled(String value)
Sets the value of the rotation-enabled attribute.
|
void |
setRotationIntervalInMinutes(String value)
Sets the value of the rotation-interval-in-minutes attribute.
|
void |
setRotationPolicy(String value)
Sets the value of the rotation-policy attribute.
|
void |
setRotationSuffix(String value)
Sets the value of the rotation-suffix attribute.
|
void |
setWriteIntervalSeconds(String value) |
String getFormat()
Stringvoid setFormat(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException - if a listener vetoes the changeString getRotationPolicy()
Stringvoid setRotationPolicy(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException - if a listener vetoes the change@Min(value=1L) @Max(value=2147483647L) @Min(value=1L) @Max(value=2147483647L) String getRotationIntervalInMinutes()
Stringvoid setRotationIntervalInMinutes(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException - if a listener vetoes the changeString getRotationSuffix()
Stringvoid setRotationSuffix(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException - if a listener vetoes the changeString getRotationEnabled()
Stringvoid setRotationEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException - if a listener vetoes the changeString getBufferSizeBytes()
void setBufferSizeBytes(String value)
String getWriteIntervalSeconds()
void setWriteIntervalSeconds(String value)
@NotNull @NotNull String getMaxHistoryFiles()
A negative value must be interpreted as no limit.
void setMaxHistoryFiles(String value) throws PropertyVetoException
value - the maximum number of log filesPropertyVetoException - if a listener vetoes the changeCopyright © 2017–2020 Eclipse Foundation. All rights reserved.