org.granite.logging
Class DefaultLoggingFormatter

java.lang.Object
  extended by org.granite.logging.DefaultLoggingFormatter
All Implemented Interfaces:
LoggingFormatter

public class DefaultLoggingFormatter
extends Object
implements LoggingFormatter

Author:
Franck WOLFF

Constructor Summary
DefaultLoggingFormatter()
           
DefaultLoggingFormatter(int maxItems)
           
 
Method Summary
protected  Object convert(Object o)
           
 String format(String message, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLoggingFormatter

public DefaultLoggingFormatter()

DefaultLoggingFormatter

public DefaultLoggingFormatter(int maxItems)
Method Detail

format

public String format(String message,
                     Object... args)
Specified by:
format in interface LoggingFormatter

convert

protected Object convert(Object o)