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
static ContextMap ContextMap.getCurrentContext()
          Get the Current ContextMap.
static ContextMap ContextMap.getCurrentContext(boolean autocreate)
          Get the Current ContextMap.
 ContextMap LogEvent.getContextMap()
          Get ContextMap associated with LogEvent
 

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  String PatternFormatter.getContextMap(ContextMap map, String format)
          Utility method to format context map.
 



Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.