Uses of Class
org.jboss.logmanager.LogContext
-
Packages that use LogContext Package Description org.jboss.logmanager org.jboss.logmanager.configuration org.jboss.logmanager.configuration.filters org.jboss.logmanager.handlers -
-
Uses of LogContext in org.jboss.logmanager
Methods 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.static LogContextLogContext. create(boolean strong, LogContextInitializer initializer)Create a new log context.static LogContextLogContext. create(LogContextInitializer initializer)Create a new log context.LogContextThreadLocalLogContextSelector. getAndSet(Object securityKey, LogContext newValue)Get and set the log context.LogContextCallerClassLoaderLogContextSelector. getLogContext()Get the current 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 voidLogContextConfigurator. configure(LogContext logContext, InputStream inputStream)Configure the given log context according to this configurator's policy.LogContextThreadLocalLogContextSelector. 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. -
Uses of LogContext in org.jboss.logmanager.configuration
Methods in org.jboss.logmanager.configuration that return LogContext Modifier and Type Method Description LogContextContextConfiguration. getContext()Returns the context for this configuration.Methods in org.jboss.logmanager.configuration with parameters of type LogContext Modifier and Type Method Description static PropertyContextConfigurationPropertyContextConfiguration. configure(LogContext logContext, Properties properties)Configures theLogContextbased on the properties.voidPropertyLogContextConfigurator. configure(LogContext logContext, InputStream inputStream)Constructors in org.jboss.logmanager.configuration with parameters of type LogContext Constructor Description ContextConfiguration(LogContext context)Creates a new context configuration. -
Uses of LogContext in org.jboss.logmanager.configuration.filters
Methods in org.jboss.logmanager.configuration.filters with parameters of type LogContext Modifier and Type Method Description static FilterFilterExpressions. parse(LogContext logContext, String expression)Pareses a filter expression and returns the parsed filter. -
Uses of LogContext in org.jboss.logmanager.handlers
Constructors in org.jboss.logmanager.handlers with parameters of type LogContext Constructor Description DelayedHandler(LogContext logContext)Construct a new instance, with the given log context used to recheck log levels on replay.DelayedHandler(LogContext logContext, int queueLimit)Construct a new instance, with the given log context used to recheck log levels on replay.DelayedHandler(LogContext logContext, int queueLimit, Level warnThreshold)Construct a new instance, with the given log context used to recheck log levels on replay.
-