Uses of Class
org.jboss.logmanager.LogContext
Packages that use LogContext
-
Uses of LogContext in org.jboss.logmanager
Fields in org.jboss.logmanager declared as LogContextModifier and TypeFieldDescriptionprivate final LogContext
LoggerNode.context
The log context.private final LogContext
LoggingMXBeanImpl.context
private static final LogContext
LogContext.SYSTEM_CONTEXT
Fields in org.jboss.logmanager with type parameters of type LogContextModifier and TypeFieldDescriptionprivate final ThreadLocal
<LogContext> ThreadLocalLogContextSelector.context
private final ConcurrentMap
<ClassLoader, LogContext> ClassLoaderLogContextSelector.contextMap
private final ConcurrentMap
<ClassLoader, LogContext> ContextClassLoaderLogContextSelector.contextMap
private final PrivilegedAction
<LogContext> ClassLoaderLogContextSelector.logContextAction
private final PrivilegedAction
<LogContext> ContextClassLoaderLogContextSelector.logContextAction
private static final AtomicReferenceFieldUpdater
<LogContext, Object> LogContext.protectKeyUpdater
Methods in org.jboss.logmanager that return LogContextModifier and TypeMethodDescriptionstatic LogContext
LogContext.create()
Create a new log context.static LogContext
LogContext.create
(boolean strong) Create a new log context.ThreadLocalLogContextSelector.getAndSet
(Object securityKey, LogContext newValue) Get and set the log context.(package private) LogContext
LoggerNode.getContext()
Get the log context.ClassLoaderLogContextSelector.getLogContext()
Get the current log context.ContextClassLoaderLogContextSelector.getLogContext()
static LogContext
LogContext.getLogContext()
Get the currently active log context.LogContextSelector.getLogContext()
Get the current log context.Logger.getLogContext()
Get the log context to which this logger belongs.ThreadLocalLogContextSelector.getLogContext()
static LogContext
LogContext.getSystemLogContext()
Get the system log context.Methods in org.jboss.logmanager with parameters of type LogContextModifier and TypeMethodDescription(package private) static void
LogContext.checkAccess
(LogContext logContext) ThreadLocalLogContextSelector.getAndSet
(Object securityKey, LogContext newValue) Get and set the log context.void
ClassLoaderLogContextSelector.registerLogContext
(ClassLoader classLoader, LogContext logContext) Register a class loader with a log context.void
ContextClassLoaderLogContextSelector.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.boolean
ContextClassLoaderLogContextSelector.unregisterLogContext
(ClassLoader classLoader, LogContext logContext) Unregister a class loader/log context association.Constructors in org.jboss.logmanager with parameters of type LogContextModifierConstructorDescription(package private)
LoggerNode
(LogContext context) Construct a new root instance.private
LoggerNode
(LogContext context, LoggerNode parent, String nodeName) Construct a child instance.(package private)
LoggingMXBeanImpl
(LogContext context) PropertyConfigurator
(LogContext context) Construct a new instance. -
Uses of LogContext in org.jboss.logmanager.config
Fields in org.jboss.logmanager.config declared as LogContextMethods in org.jboss.logmanager.config that return LogContextModifier and TypeMethodDescriptionLogContextConfiguration.getLogContext()
Get the log context being configured by this configuration object.LogContextConfigurationImpl.getLogContext()
Methods in org.jboss.logmanager.config with parameters of type LogContextModifier and TypeMethodDescriptionstatic LogContextConfiguration
LogContextConfiguration.Factory.create
(LogContext logContext) Construct a new persistent configuration for a log context.Constructors in org.jboss.logmanager.config with parameters of type LogContextModifierConstructorDescription(package private)
LogContextConfigurationImpl
(LogContext logContext)