org.apache.logging.log4j.core.pattern
Class PatternFormatter

java.lang.Object
  extended by org.apache.logging.log4j.core.pattern.PatternFormatter

public class PatternFormatter
extends Object


Constructor Summary
PatternFormatter(LogEventPatternConverter converter, FormattingInfo field)
           
 
Method Summary
 void format(LogEvent event, StringBuilder buf)
           
 LogEventPatternConverter getConverter()
           
 FormattingInfo getFormattingInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternFormatter

public PatternFormatter(LogEventPatternConverter converter,
                        FormattingInfo field)
Method Detail

format

public void format(LogEvent event,
                   StringBuilder buf)

getConverter

public LogEventPatternConverter getConverter()

getFormattingInfo

public FormattingInfo getFormattingInfo()


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.