org.jboss.logging.layout
Class ThreadMDCConverter

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

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

A PatternConverter that uses the current thread MDC rather than the LoggingEvent MDC 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
ThreadMDCConverter(org.apache.log4j.helpers.FormattingInfo formattingInfo, String key)
          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

ThreadMDCConverter

public ThreadMDCConverter(org.apache.log4j.helpers.FormattingInfo formattingInfo,
                          String key)
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.