Uses of Class
org.apache.log.ContextMap

Packages that use ContextMap
org.apache.log Avalon LogKit is the logging framework used throughout the Avalon project. 
org.apache.log.format This package contains formmaters that serialize LogEvents to strings. 
org.apache.log.output.db Database output destination LogTargets. 
org.apache.log.output.jms JMS based output destination LogTargets. 
 

Uses of ContextMap in org.apache.log
 

Fields in org.apache.log declared as ContextMap
private  ContextMap LogEvent.m_contextMap
           
private  ContextMap ContextMap.m_parent
           
 

Methods in org.apache.log that return ContextMap
 ContextMap LogEvent.getContextMap()
          Get ContextMap associated with LogEvent
static ContextMap ContextMap.getCurrentContext()
          Get the Current ContextMap.
static ContextMap ContextMap.getCurrentContext(boolean autocreate)
          Get the Current ContextMap.
 

Methods in org.apache.log with parameters of type ContextMap
static void ContextMap.bind(ContextMap context)
          Bind a particular ContextMap to current thread.
 void LogEvent.setContextMap(ContextMap contextMap)
          Set the ContextMap for this LogEvent.
 

Constructors in org.apache.log with parameters of type ContextMap
ContextMap(ContextMap parent)
          Constructor that sets parent contextMap.
 

Uses of ContextMap in org.apache.log.format
 

Methods in org.apache.log.format with parameters of type ContextMap
protected  java.lang.String PatternFormatter.getContextMap(ContextMap map, java.lang.String format)
          Utility method to format context map.
 

Uses of ContextMap in org.apache.log.output.db
 

Methods in org.apache.log.output.db with parameters of type ContextMap
private  java.lang.String DefaultJDBCTarget.getContextMap(ContextMap map, java.lang.String aux)
           
 

Uses of ContextMap in org.apache.log.output.jms
 

Methods in org.apache.log.output.jms with parameters of type ContextMap
private  java.lang.String TextMessageBuilder.getContextMap(ContextMap map, java.lang.String aux)