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. 
 

Uses of ContextMap in org.apache.log
 

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
 void LogEvent.setContextMap(ContextMap contextMap)
          Set the ContextMap for this LogEvent.
static void ContextMap.bind(ContextMap context)
          Bind a particular ContextMap to current thread.
 

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.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.