|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextStack | |
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 ContextStack in org.apache.log |
Methods in org.apache.log that return ContextStack | |
static ContextStack |
LogKit.getCurrentContext()
Deprecated. Use ContextStack.getCurrentContext() instead |
ContextStack |
LogEvent.getContextStack()
Deprecated. ContextStack has been deprecated and thus so has this method |
static ContextStack |
ContextStack.getCurrentContext()
Deprecated. Get the Current ContextStack. |
Methods in org.apache.log with parameters of type ContextStack | |
void |
LogEvent.setContextStack(ContextStack contextStack)
Deprecated. ContextStack has been deprecated and thus so has this method |
void |
ContextStack.set(ContextStack stack)
Deprecated. Set the current ContextSet to be equl to other ContextStack. |
Uses of ContextStack in org.apache.log.format |
Methods in org.apache.log.format with parameters of type ContextStack | |
protected java.lang.String |
PatternFormatter.getContext(ContextStack stack,
java.lang.String format)
Deprecated. Use getContextStack rather than this method |
protected java.lang.String |
PatternFormatter.getContextStack(ContextStack stack,
java.lang.String format)
Utility method to format context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |