Package | Description |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.config |
Modifier and Type | Method and Description |
---|---|
static LogContext |
LogContext.create()
Create a new log context.
|
static LogContext |
LogContext.create(boolean strong)
Create a new log context.
|
LogContext |
ThreadLocalLogContextSelector.getAndSet(Object securityKey,
LogContext newValue)
Get and set the log context.
|
LogContext |
ThreadLocalLogContextSelector.getLogContext() |
LogContext |
Logger.getLogContext()
Get the log context to which this logger belongs.
|
LogContext |
LogContextSelector.getLogContext()
Get the current log context.
|
static LogContext |
LogContext.getLogContext()
Get the currently active log context.
|
LogContext |
ContextClassLoaderLogContextSelector.getLogContext() |
LogContext |
ClassLoaderLogContextSelector.getLogContext()
Get the current log context.
|
LogContext |
CallerClassLoaderLogContextSelector.getLogContext()
Get the current log context.
|
static LogContext |
LogContext.getSystemLogContext()
Get the system log context.
|
Modifier and Type | Method and Description |
---|---|
LogContext |
ThreadLocalLogContextSelector.getAndSet(Object securityKey,
LogContext newValue)
Get and set the log context.
|
void |
ContextClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader,
LogContext logContext)
Register a class loader with a log context.
|
void |
ClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader,
LogContext logContext)
Register a class loader with a log context.
|
void |
CallerClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader,
LogContext logContext)
Register a class loader with a log context.
|
boolean |
ContextClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader,
LogContext logContext)
Unregister a class loader/log context association.
|
boolean |
ClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader,
LogContext logContext)
Unregister a class loader/log context association.
|
boolean |
CallerClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader,
LogContext logContext)
Unregister a class loader/log context association.
|
Constructor and Description |
---|
PropertyConfigurator(LogContext context)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
LogContext |
LogContextConfiguration.getLogContext()
Get the log context being configured by this configuration object.
|
Modifier and Type | Method and Description |
---|---|
static LogContextConfiguration |
LogContextConfiguration.Factory.create(LogContext logContext)
Construct a new persistent configuration for a log context.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.