Package com.sun.idm.logging.audit

Interface Summary
AuditLogPublisher Interface used for publishing audit records.
AuditRecordFormatter  
 

Class Summary
ConsolePublisher Delivers audit events to the standard error.
FilePublisher A sample audit publisher that appends audit messages into a flat file.
JdbcPublisher Sample audit publisher that records audit messages into a database table using JDBC.
PublisherOption Configuration option of an "log publisher".
UlfFormatter This class formats audit events according to the Uniform Logging Format specification used by the Sun Java System Application Server.
XmlFormatter Formatter that serializes the event into XML format.