com.metamatrix.platform.security.audit.format
Interface AuditMessageFormat

All Known Implementing Classes:
DelimitedAuditMessageFormat, ReadableAuditMessageFormat

public interface AuditMessageFormat


Method Summary
 java.lang.String formatMessage(AuditMessage message)
          Format the specified message and return the String representation.
 

Method Detail

formatMessage

java.lang.String formatMessage(AuditMessage message)
Format the specified message and return the String representation.

Parameters:
message - the log message to be formated.
Returns:
the String representation of the log message.


Copyright © 2009. All Rights Reserved.