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