public interface Auditor
Modifier and Type | Method and Description |
---|---|
void |
writeEvent(AuditEvent event)
Writes an event when a request for an audit operation is made.
|
void writeEvent(AuditEvent event) throws NotYetInitializedException
event
- an AuditEvent
object containing audit criteria
and data, including the
ContextHandler
.NotYetInitializedException
- if the Auditor
object
is not yet initialized.