org.jboss.logging.layout
Class ThreadNDCConverter

java.lang.Object
  extended by org.apache.log4j.helpers.PatternConverter
      extended by org.jboss.logging.layout.ThreadNDCConverter

public class ThreadNDCConverter
extends org.apache.log4j.helpers.PatternConverter

A PatternConverter that uses the current thread NDC rather than the LoggingEvent NDC value.

Version:
$Revision: 1.3.6.1 $
Author:
Scott.Stark@jboss.org

Field Summary
 
Fields inherited from class org.apache.log4j.helpers.PatternConverter
next
 
Constructor Summary
ThreadNDCConverter(org.apache.log4j.helpers.FormattingInfo formattingInfo)
          Creates a new instance of ThreadMDCPatternConverter
 
Method Summary
protected  String convert(org.apache.log4j.spi.LoggingEvent loggingEvent)
           
 
Methods inherited from class org.apache.log4j.helpers.PatternConverter
format, spacePad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadNDCConverter

public ThreadNDCConverter(org.apache.log4j.helpers.FormattingInfo formattingInfo)
Creates a new instance of ThreadMDCPatternConverter

Method Detail

convert

protected String convert(org.apache.log4j.spi.LoggingEvent loggingEvent)
Specified by:
convert in class org.apache.log4j.helpers.PatternConverter


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.