public interface AuditorService
AuditorService interface provides security providers with
 access to the Auditor object, which resides in the WebLogic
 Security Framework and is limited to the writing of audit records.
 The AuditorService interface is an API to the configured Auditing providers.
 | Modifier and Type | Method | Description | 
|---|---|---|
| void | providerAuditWriteEvent(AuditEvent event) | Allows security providers to access the  Auditorobject to write audit records. | 
void providerAuditWriteEvent(AuditEvent event)
Auditor
 object to write audit records.event - an AuditEvent object containing audit criteria,
               such as the severity level 
               determined by the AuditSeverity class, and 
               the audit data of interest to record.