Package | Description |
---|---|
org.jboss.logmanager |
Modifier and Type | Method and Description |
---|---|
static LogContext |
LogContext.create()
Create a new log context.
|
static LogContext |
LogContext.getLogContext()
Get the currently active log context.
|
LogContext |
LogContextSelector.getLogContext()
Get the current log context.
|
LogContext |
ClassLoaderLogContextSelector.getLogContext()
Get the current log context.
|
static LogContext |
LogContext.getSystemLogContext()
Get the system log context.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader,
LogContext logContext)
Register a class loader with a log context.
|
boolean |
ClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader,
LogContext logContext)
Unregister a class loader/log context association.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.