wt.audit.configaudit
Interface AuditLogger

All Known Implementing Classes:
DualAuditLogger, FileAuditLogger, NullAuditLogger, SYSLOGAuditLogger

public interface AuditLogger



Supported API: false

Extendable: false


Method Summary
 void logMessage(ProjectAuditEvent theRecord, KeyedEvent theEvent)
          

Supported API: false
 void tearDown()
          

Supported API: false
 

Method Detail

logMessage

public void logMessage(ProjectAuditEvent theRecord,
                       KeyedEvent theEvent)
                throws WTException


Supported API: false

Parameters:
theRecord - This method is called by the default AuditEventRecorder to log a message if appropriate.
theEvent -
Throws:
WTException

tearDown

public void tearDown()
              throws WTException


Supported API: false

Throws:
WTException