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 ContextMap
LogEvent.m_contextMap
private final ContextMap
ContextMap.m_parent
Methods in org.apache.log that return ContextMapModifier and TypeMethodDescriptionfinal ContextMap
LogEvent.getContextMap()
Get ContextMap associated with LogEventstatic final ContextMap
ContextMap.getCurrentContext()
Get the Current ContextMap.static final ContextMap
ContextMap.getCurrentContext
(boolean autocreate) Get the Current ContextMap.Methods in org.apache.log with parameters of type ContextMapModifier and TypeMethodDescriptionstatic final void
ContextMap.bind
(ContextMap context) Bind a particular ContextMap to current thread.final void
LogEvent.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 String
PatternFormatter.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 String
DefaultJDBCTarget.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 String
TextMessageBuilder.getContextMap
(ContextMap map, String aux)