Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private ContextMap |
LogEvent.m_contextMap |
private ContextMap |
ContextMap.m_parent |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContextMap.bind(ContextMap context)
Bind a particular ContextMap to current thread.
|
void |
LogEvent.setContextMap(ContextMap contextMap)
Set the ContextMap for this LogEvent.
|
Constructor and Description |
---|
ContextMap(ContextMap parent)
Constructor that sets parent contextMap.
|
Modifier and Type | Method and Description |
---|---|
protected String |
PatternFormatter.getContextMap(ContextMap map,
String format)
Utility method to format context map.
|
Modifier and Type | Method and Description |
---|---|
private String |
DefaultJDBCTarget.getContextMap(ContextMap map,
String aux) |
Modifier and Type | Method and Description |
---|---|
private String |
TextMessageBuilder.getContextMap(ContextMap map,
String aux) |
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.