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 | Description |
---|---|---|
private ContextMap |
LogEvent.m_contextMap |
|
private ContextMap |
ContextMap.m_parent |
Modifier and Type | Method | 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 | 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 | Description |
---|---|
ContextMap(ContextMap parent) |
Constructor that sets parent contextMap.
|
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
PatternFormatter.getContextMap(ContextMap map,
java.lang.String format) |
Utility method to format context map.
|
Modifier and Type | Method | Description |
---|---|---|
private java.lang.String |
DefaultJDBCTarget.getContextMap(ContextMap map,
java.lang.String aux) |
Modifier and Type | Method | Description |
---|---|---|
private java.lang.String |
TextMessageBuilder.getContextMap(ContextMap map,
java.lang.String aux) |
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.