Package | Description |
---|---|
org.jboss.logmanager | |
org.jboss.logmanager.config |
Modifier and Type | Field and Description |
---|---|
private LogContext |
LoggerNode.context
The log context.
|
private LogContext |
LoggingMXBeanImpl.context |
private static LogContext |
LogContext.SYSTEM_CONTEXT |
Modifier and Type | Field and Description |
---|---|
private java.lang.ThreadLocal<LogContext> |
ThreadLocalLogContextSelector.context |
private java.util.concurrent.ConcurrentMap<java.lang.ClassLoader,LogContext> |
ClassLoaderLogContextSelector.contextMap |
private java.util.concurrent.ConcurrentMap<java.lang.ClassLoader,LogContext> |
ContextClassLoaderLogContextSelector.contextMap |
private java.security.PrivilegedAction<LogContext> |
ClassLoaderLogContextSelector.logContextAction |
private java.security.PrivilegedAction<LogContext> |
ContextClassLoaderLogContextSelector.logContextAction |
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<LogContext,java.lang.Object> |
LogContext.protectKeyUpdater |
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(java.lang.Object securityKey,
LogContext newValue)
Get and set the log context.
|
(package private) LogContext |
LoggerNode.getContext()
Get the log context.
|
LogContext |
ClassLoaderLogContextSelector.getLogContext()
Get the current log context.
|
LogContext |
ContextClassLoaderLogContextSelector.getLogContext() |
static LogContext |
LogContext.getLogContext()
Get the currently active log context.
|
LogContext |
LogContextSelector.getLogContext()
Get the current log context.
|
LogContext |
Logger.getLogContext()
Get the log context to which this logger belongs.
|
LogContext |
ThreadLocalLogContextSelector.getLogContext() |
static LogContext |
LogContext.getSystemLogContext()
Get the system log context.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
LogContext.checkAccess(LogContext logContext) |
LogContext |
ThreadLocalLogContextSelector.getAndSet(java.lang.Object securityKey,
LogContext newValue)
Get and set the log context.
|
void |
ClassLoaderLogContextSelector.registerLogContext(java.lang.ClassLoader classLoader,
LogContext logContext)
Register a class loader with a log context.
|
void |
ContextClassLoaderLogContextSelector.registerLogContext(java.lang.ClassLoader classLoader,
LogContext logContext)
Register a class loader with a log context.
|
boolean |
ClassLoaderLogContextSelector.unregisterLogContext(java.lang.ClassLoader classLoader,
LogContext logContext)
Unregister a class loader/log context association.
|
boolean |
ContextClassLoaderLogContextSelector.unregisterLogContext(java.lang.ClassLoader classLoader,
LogContext logContext)
Unregister a class loader/log context association.
|
Constructor and Description |
---|
LoggerNode(LogContext context)
Construct a new root instance.
|
LoggerNode(LogContext context,
LoggerNode parent,
java.lang.String nodeName)
Construct a child instance.
|
LoggingMXBeanImpl(LogContext context) |
PropertyConfigurator(LogContext context)
Construct a new instance.
|
Modifier and Type | Field and Description |
---|---|
private LogContext |
LogContextConfigurationImpl.logContext |
Modifier and Type | Method and Description |
---|---|
LogContext |
LogContextConfiguration.getLogContext()
Get the log context being configured by this configuration object.
|
LogContext |
LogContextConfigurationImpl.getLogContext() |
Modifier and Type | Method and Description |
---|---|
static LogContextConfiguration |
LogContextConfiguration.Factory.create(LogContext logContext)
Construct a new persistent configuration for a log context.
|
Constructor and Description |
---|
LogContextConfigurationImpl(LogContext logContext) |