public class PeriodicRotatingFileAuditLog<T extends PeriodicRotatingFileAuditLog<T>> extends Object
| Constructor and Description | 
|---|
PeriodicRotatingFileAuditLog(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
Boolean | 
attributeSynchronized()
Whether every event should be immediately synchronised to disk. 
 | 
T | 
attributeSynchronized(Boolean value)
Whether every event should be immediately synchronised to disk. 
 | 
Format | 
format()
The format to use to record the audit event. 
 | 
T | 
format(Format value)
The format to use to record the audit event. 
 | 
String | 
getKey()  | 
String | 
path()
Path of the file to be written. 
 | 
T | 
path(String value)
Path of the file to be written. 
 | 
String | 
relativeTo()
The relative path to the audit log. 
 | 
T | 
relativeTo(String value)
The relative path to the audit log. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
String | 
suffix()
The suffix string in a format which can be understood by
 java.time.format.DateTimeFormatter. 
 | 
T | 
suffix(String value)
The suffix string in a format which can be understood by
 java.time.format.DateTimeFormatter. 
 | 
public PeriodicRotatingFileAuditLog(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Format format()
public String suffix()
public T suffix(String value)
public Boolean attributeSynchronized()
public T attributeSynchronized(Boolean value)
public String path()
public String relativeTo()
Copyright © 2018 JBoss by Red Hat. All rights reserved.