public abstract class AuditLogger extends Object implements Describable<AuditLogger>, ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
AuditLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Clean up any resource used by this logger.
|
abstract void |
configure() |
Descriptor |
getDescriptor() |
abstract void |
log(String event) |
public abstract void configure()
public abstract void log(String event)
public Descriptor getDescriptor()
getDescriptor in interface Describable<AuditLogger>public void cleanUp()
throws SecurityException
SecurityException - if a security manager exists and if
the caller does not have LoggingPermission("control").Copyright © 2016–2019. All rights reserved.