toolbox.services.util.logging
Class LoggingFormatterToStringImpl

Package class diagram package LoggingFormatterToStringImpl
java.lang.Object
  extended by toolbox.services.util.logging.LoggingFormatterToStringImpl
All Implemented Interfaces:
LoggingFormatter

public class LoggingFormatterToStringImpl
extends java.lang.Object
implements LoggingFormatter

Formatter implementation that performs a simple toString() on the received LogMessage.


Constructor Summary
LoggingFormatterToStringImpl()
          Default constructor.
 
Method Summary
 java.lang.String format(LogMessage message)
          Format the given message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingFormatterToStringImpl

public LoggingFormatterToStringImpl()
Default constructor.

Method Detail

format

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

Specified by:
format in interface LoggingFormatter
Returns:
String containing the formatted LogMessage content.