Class PeriodicRotatingFileAuditEndpoint

java.lang.Object
org.wildfly.security.audit.FileAuditEndpoint
org.wildfly.security.audit.PeriodicRotatingFileAuditEndpoint
All Implemented Interfaces:
Closeable, AutoCloseable, org.wildfly.common.function.ExceptionBiConsumer<EventPriority,String,IOException>, AuditEndpoint

public class PeriodicRotatingFileAuditEndpoint extends FileAuditEndpoint
An audit endpoint which rotates the log at a preset time interval. Depending on set suffix, moves old log records into files tagged by timestamp.

Based on PeriodicSizeRotatingFileHandler.

Author:
Jan Kalina, James R. Perkins, Yeray Borges