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, rename
protected final String name
protected void initializeAtStartup(File file)
initializeAtStartup
in class AbstractFileAuditLogHandler
protected void rotateLogFile(File file)
rotateLogFile
in class AbstractFileAuditLogHandler
public void setMaxFailureCount(int count)
public void setFormatterName(String formatterName)
Copyright © 2023 JBoss by Red Hat. All rights reserved.