public class PeriodicRotatingFileAuditLogHandler extends AbstractFileAuditLogHandler
ManagedAuditLoggerImpl's lock taken.| Modifier and Type | Class and Description |
|---|---|
static class |
PeriodicRotatingFileAuditLogHandler.Period
Possible period values.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
LINE_TERMINATOR| Constructor and Description |
|---|
PeriodicRotatingFileAuditLogHandler(String name,
String formatterName,
int maxFailureCount,
PathManagerService pathManager,
String path,
String relativeTo,
String suffix,
TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initializeAtStartup(File file) |
protected void |
rotateLogFile(File file) |
void |
setFormatterName(String formatterName) |
void |
setMaxFailureCount(int count) |
copyFile, createNewFile, renameprotected final String name
protected void initializeAtStartup(File file)
initializeAtStartup in class AbstractFileAuditLogHandlerprotected void rotateLogFile(File file)
rotateLogFile in class AbstractFileAuditLogHandlerpublic void setMaxFailureCount(int count)
public void setFormatterName(String formatterName)
Copyright © 2020 JBoss by Red Hat. All rights reserved.