public class LogFileAuditLogger extends AuditLogger
| Modifier and Type | Class and Description |
|---|---|
static class |
LogFileAuditLogger.DescriptorImpl |
| Constructor and Description |
|---|
LogFileAuditLogger(String log,
int limit,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Clean up any resource used by this logger.
|
void |
configure() |
boolean |
equals(Object o) |
int |
getCount() |
int |
getLimit() |
String |
getLog() |
int |
hashCode() |
void |
log(String event) |
all, getDescriptor@DataBoundConstructor public LogFileAuditLogger(String log, int limit, int count)
public void log(String event)
log in class AuditLoggerpublic String getLog()
public int getLimit()
public int getCount()
public void configure()
configure in class AuditLoggerpublic void cleanUp()
throws SecurityException
AuditLoggercleanUp in class AuditLoggerSecurityException - if a security manager exists and if
the caller does not have LoggingPermission("control").Copyright © 2016–2019. All rights reserved.