toolbox.services.util.logging
Interface LoggingFormatter

Package class diagram package LoggingFormatter
All Known Implementing Classes:
LoggingFormatterTemplateImpl, LoggingFormatterToStringImpl

public interface LoggingFormatter

Interface that defines a formatter that can be used to format a LogMessage instance.


Method Summary
 java.lang.String format(LogMessage message)
          Format the given message.
 

Method Detail

format

java.lang.String format(LogMessage message)
Format the given message.

Returns:
String containing the formatted LogMessage content.