JBoss Log Manager 1.3.2.Final-redhat-1

Uses of Class
org.jboss.logmanager.LogContext

Packages that use LogContext
org.jboss.logmanager   
org.jboss.logmanager.config   
 

Uses of LogContext in org.jboss.logmanager
 

Methods in org.jboss.logmanager that return LogContext
static LogContext LogContext.create()
          Create a new log context.
 LogContext ContextClassLoaderLogContextSelector.getLogContext()
           
 LogContext ClassLoaderLogContextSelector.getLogContext()
          Get the current log context.
 LogContext Logger.getLogContext()
          Get the log context to which this logger belongs.
static LogContext LogContext.getLogContext()
          Get the currently active log context.
 LogContext LogContextSelector.getLogContext()
          Get the current log context.
static LogContext LogContext.getSystemLogContext()
          Get the system log context.
 

Methods in org.jboss.logmanager with parameters of type LogContext
 void ContextClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader, LogContext logContext)
          Register a class loader with a log context.
 void ClassLoaderLogContextSelector.registerLogContext(ClassLoader classLoader, LogContext logContext)
          Register a class loader with a log context.
 boolean ContextClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader, LogContext logContext)
          Unregister a class loader/log context association.
 boolean ClassLoaderLogContextSelector.unregisterLogContext(ClassLoader classLoader, LogContext logContext)
          Unregister a class loader/log context association.
 

Constructors in org.jboss.logmanager with parameters of type LogContext
PropertyConfigurator(LogContext context)
          Construct a new instance.
 

Uses of LogContext in org.jboss.logmanager.config
 

Methods in org.jboss.logmanager.config that return LogContext
 LogContext LogContextConfiguration.getLogContext()
          Get the log context being configured by this configuration object.
 

Methods in org.jboss.logmanager.config with parameters of type LogContext
static LogContextConfiguration LogContextConfiguration.Factory.create(LogContext logContext)
          Construct a new persistent configuration for a log context.
 


JBoss Log Manager 1.3.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.