net.kencochrane.raven.log4j
Class Log4jMDC

java.lang.Object
  extended by net.kencochrane.raven.spi.RavenMDC
      extended by net.kencochrane.raven.log4j.Log4jMDC

public class Log4jMDC
extends RavenMDC


Constructor Summary
Log4jMDC()
           
 
Method Summary
 Object get(String key)
           
 void put(String key, Object value)
           
 void remove(String key)
           
 void removeThreadLoggingEvent()
           
 void setThreadLoggingEvent(org.apache.log4j.spi.LoggingEvent event)
           
 
Methods inherited from class net.kencochrane.raven.spi.RavenMDC
getInstance, setInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jMDC

public Log4jMDC()
Method Detail

setThreadLoggingEvent

public void setThreadLoggingEvent(org.apache.log4j.spi.LoggingEvent event)

removeThreadLoggingEvent

public void removeThreadLoggingEvent()

get

public Object get(String key)
Specified by:
get in class RavenMDC

put

public void put(String key,
                Object value)
Specified by:
put in class RavenMDC

remove

public void remove(String key)
Specified by:
remove in class RavenMDC


Copyright © 2013. All Rights Reserved.