static SizeRotatingFileAuditEndpoint.Builder |
SizeRotatingFileAuditEndpoint.builder() |
|
SizeRotatingFileAuditEndpoint.Builder |
SizeRotatingFileAuditEndpoint.Builder.setMaxBackupIndex(int maxBackupIndex) |
Set the maximum number of files to backup.
|
SizeRotatingFileAuditEndpoint.Builder |
SizeRotatingFileAuditEndpoint.Builder.setRotateOnBoot(boolean rotateOnBoot) |
Set to a value of true if the file should be rotated before the a new file is set.
|
SizeRotatingFileAuditEndpoint.Builder |
SizeRotatingFileAuditEndpoint.Builder.setRotateSize(long rotateSize) |
Set the log file size the file should rotate at.
|
SizeRotatingFileAuditEndpoint.Builder |
SizeRotatingFileAuditEndpoint.Builder.setSuffix(String suffix) |
Sets the suffix to be appended to the file name during the file rotation.
|
SizeRotatingFileAuditEndpoint.Builder |
SizeRotatingFileAuditEndpoint.Builder.setTimeZone(ZoneId timeZone) |
Set the configured time zone for this handler.
|