Uses of Class
org.apache.log.ContextMap
Packages that use ContextMap
Package
Description
Avalon LogKit is the logging framework used throughout
the Avalon project.
This package contains formmaters that serialize LogEvents to strings.
Database output destination LogTargets.
JMS based output destination LogTargets.
-
Uses of ContextMap in org.apache.log
Fields in org.apache.log declared as ContextMapModifier and TypeFieldDescriptionprivate ContextMapLogEvent.m_contextMapprivate final ContextMapContextMap.m_parentMethods in org.apache.log that return ContextMapModifier and TypeMethodDescriptionfinal ContextMapLogEvent.getContextMap()Get ContextMap associated with LogEventstatic final ContextMapContextMap.getCurrentContext()Get the Current ContextMap.static final ContextMapContextMap.getCurrentContext(boolean autocreate) Get the Current ContextMap.Methods in org.apache.log with parameters of type ContextMapModifier and TypeMethodDescriptionstatic final voidContextMap.bind(ContextMap context) Bind a particular ContextMap to current thread.final voidLogEvent.setContextMap(ContextMap contextMap) Set the ContextMap for this LogEvent.Constructors in org.apache.log with parameters of type ContextMapModifierConstructorDescriptionContextMap(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 ContextMapModifier and TypeMethodDescriptionprotected StringPatternFormatter.getContextMap(ContextMap map, 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 ContextMapModifier and TypeMethodDescriptionprivate StringDefaultJDBCTarget.getContextMap(ContextMap map, String aux) -
Uses of ContextMap in org.apache.log.output.jms
Methods in org.apache.log.output.jms with parameters of type ContextMapModifier and TypeMethodDescriptionprivate StringTextMessageBuilder.getContextMap(ContextMap map, String aux)