|
JBoss Log Manager 1.5.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.logmanager.ContextClassLoaderLogContextSelector
public final class ContextClassLoaderLogContextSelector
A log context selector which chooses a log context based on the thread context classloader.
| Constructor Summary | |
|---|---|
ContextClassLoaderLogContextSelector()
Construct a new instance. |
|
ContextClassLoaderLogContextSelector(LogContextSelector defaultSelector)
Construct a new instance. |
|
| Method Summary | |
|---|---|
LogContext |
getLogContext()
Get the current log context. |
void |
registerLogContext(ClassLoader classLoader,
LogContext logContext)
Register a class loader with a log context. |
boolean |
unregisterLogContext(ClassLoader classLoader,
LogContext logContext)
Unregister a class loader/log context association. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContextClassLoaderLogContextSelector(LogContextSelector defaultSelector)
defaultSelector - the selector to consult if no matching log context is foundpublic ContextClassLoaderLogContextSelector()
| Method Detail |
|---|
public LogContext getLogContext()
LogContextSelector
getLogContext in interface LogContextSelector
public void registerLogContext(ClassLoader classLoader,
LogContext logContext)
throws IllegalArgumentException
registerLogContext RuntimePermission.
classLoader - the classloaderlogContext - the log context
IllegalArgumentException - if the classloader is already associated with a log context
public boolean unregisterLogContext(ClassLoader classLoader,
LogContext logContext)
unregisterLogContext RuntimePermission.
classLoader - the classloaderlogContext - the log context
true if the association exists and was removed, false otherwise
|
JBoss Log Manager 1.5.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||