Uses of Class
org.jboss.logmanager.LogContext
-
Packages that use LogContext Package Description org.jboss.logmanager org.jboss.logmanager.config -
-
Uses of LogContext in org.jboss.logmanager
Fields in org.jboss.logmanager declared as LogContext Modifier and Type Field Description private LogContextLoggerNode. contextThe log context.private LogContextLoggingMXBeanImpl. contextprivate static LogContextLogContext. SYSTEM_CONTEXTFields in org.jboss.logmanager with type parameters of type LogContext Modifier and Type Field Description private java.lang.ThreadLocal<LogContext>ThreadLocalLogContextSelector. contextprivate java.util.concurrent.ConcurrentMap<java.lang.ClassLoader,LogContext>ClassLoaderLogContextSelector. contextMapprivate java.util.concurrent.ConcurrentMap<java.lang.ClassLoader,LogContext>ContextClassLoaderLogContextSelector. contextMapprivate java.security.PrivilegedAction<LogContext>ClassLoaderLogContextSelector. logContextActionprivate java.security.PrivilegedAction<LogContext>ContextClassLoaderLogContextSelector. logContextActionprivate static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<LogContext,java.lang.Object>LogContext. protectKeyUpdaterMethods in org.jboss.logmanager that return LogContext Modifier and Type Method Description static LogContextLogContext. create()Create a new log context.static LogContextLogContext. create(boolean strong)Create a new log context.LogContextThreadLocalLogContextSelector. getAndSet(java.lang.Object securityKey, LogContext newValue)Get and set the log context.(package private) LogContextLoggerNode. getContext()Get the log context.LogContextClassLoaderLogContextSelector. getLogContext()Get the current log context.LogContextContextClassLoaderLogContextSelector. getLogContext()static LogContextLogContext. getLogContext()Get the currently active log context.LogContextLogContextSelector. getLogContext()Get the current log context.LogContextLogger. getLogContext()Get the log context to which this logger belongs.LogContextThreadLocalLogContextSelector. getLogContext()static LogContextLogContext. getSystemLogContext()Get the system log context.Methods in org.jboss.logmanager with parameters of type LogContext Modifier and Type Method Description (package private) static voidLogContext. checkAccess(LogContext logContext)LogContextThreadLocalLogContextSelector. getAndSet(java.lang.Object securityKey, LogContext newValue)Get and set the log context.voidClassLoaderLogContextSelector. registerLogContext(java.lang.ClassLoader classLoader, LogContext logContext)Register a class loader with a log context.voidContextClassLoaderLogContextSelector. registerLogContext(java.lang.ClassLoader classLoader, LogContext logContext)Register a class loader with a log context.booleanClassLoaderLogContextSelector. unregisterLogContext(java.lang.ClassLoader classLoader, LogContext logContext)Unregister a class loader/log context association.booleanContextClassLoaderLogContextSelector. unregisterLogContext(java.lang.ClassLoader classLoader, LogContext logContext)Unregister a class loader/log context association.Constructors in org.jboss.logmanager with parameters of type LogContext Constructor 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. -
Uses of LogContext in org.jboss.logmanager.config
Fields in org.jboss.logmanager.config declared as LogContext Modifier and Type Field Description private LogContextLogContextConfigurationImpl. logContextMethods in org.jboss.logmanager.config that return LogContext Modifier and Type Method Description LogContextLogContextConfiguration. getLogContext()Get the log context being configured by this configuration object.LogContextLogContextConfigurationImpl. getLogContext()Methods in org.jboss.logmanager.config with parameters of type LogContext Modifier and Type Method Description static LogContextConfigurationLogContextConfiguration.Factory. create(LogContext logContext)Construct a new persistent configuration for a log context.Constructors in org.jboss.logmanager.config with parameters of type LogContext Constructor Description LogContextConfigurationImpl(LogContext logContext)
-