Uses of Class
org.jboss.logmanager.LogContext
Packages that use LogContext
-
Uses of LogContext in org.jboss.logmanager
Methods in org.jboss.logmanager that return LogContextModifier and TypeMethodDescriptionstatic LogContextLogContext.create()Create a new log context.static LogContextLogContext.create(boolean strong) Create a new log context.ThreadLocalLogContextSelector.getAndSet(Object securityKey, LogContext newValue) Get and set the log context.CallerClassLoaderLogContextSelector.getLogContext()Get the current log context.ClassLoaderLogContextSelector.getLogContext()Get the current log context.ContextClassLoaderLogContextSelector.getLogContext()static LogContextLogContext.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 LogContextLogContext.getSystemLogContext()Get the system log context.Methods in org.jboss.logmanager with parameters of type LogContextModifier and TypeMethodDescriptionThreadLocalLogContextSelector.getAndSet(Object securityKey, LogContext newValue) Get and set the log context.voidCallerClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader, LogContext logContext) Register a class loader with a log context.voidClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader, LogContext logContext) Register a class loader with a log context.voidContextClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader, LogContext logContext) Register a class loader with a log context.booleanCallerClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader, LogContext logContext) Unregister a class loader/log context association.booleanClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader, LogContext logContext) Unregister a class loader/log context association.booleanContextClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader, LogContext logContext) Unregister a class loader/log context association.Constructors in org.jboss.logmanager with parameters of type LogContext -
Uses of LogContext in org.jboss.logmanager.config
Methods in org.jboss.logmanager.config that return LogContextModifier and TypeMethodDescriptionLogContextConfiguration.getLogContext()Get the log context being configured by this configuration object.Methods in org.jboss.logmanager.config with parameters of type LogContextModifier and TypeMethodDescriptionstatic LogContextConfigurationLogContextConfiguration.Factory.create(LogContext logContext) Construct a new persistent configuration for a log context.