org.apache.avalon.excalibur.logger.factory
Class FormatterFactory

java.lang.Object
  extended by org.apache.avalon.excalibur.logger.factory.FormatterFactory

public class FormatterFactory
extends java.lang.Object

Factory for Formatters.

Author:
Avalon Development Team

Field Summary
private static java.lang.String FORMAT
           
 
Constructor Summary
FormatterFactory()
           
 
Method Summary
 org.apache.log.format.Formatter createFormatter(org.apache.avalon.framework.configuration.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT

private static final java.lang.String FORMAT
See Also:
Constant Field Values
Constructor Detail

FormatterFactory

public FormatterFactory()
Method Detail

createFormatter

public org.apache.log.format.Formatter createFormatter(org.apache.avalon.framework.configuration.Configuration conf)