Uses of Class
org.jboss.logging.Logger

Packages that use Logger
org.jboss.logging Common logging infrastructure. 
org.jboss.util Utility classes and interfaces. 
org.jboss.util.property.jmx   
org.jboss.xb.binding   
 

Uses of Logger in org.jboss.logging
 

Subclasses of Logger in org.jboss.logging
 class DynamicLogger
          An extension of the JBoss Logger that adds a log() primitive that maps to a dynamically defined log level.
 

Methods in org.jboss.logging that return Logger
static Logger Logger.getLogger(Class clazz)
          Create a Logger instance given the logger class.
static Logger Logger.getLogger(Class clazz, String suffix)
          Create a Logger instance given the logger class with the given suffix.
static Logger Logger.getLogger(String name)
          Create a Logger instance given the logger name.
static Logger Logger.getLogger(String name, String suffix)
          Create a Logger instance given the logger name with the given suffix.
 

Uses of Logger in org.jboss.util
 

Fields in org.jboss.util declared as Logger
protected  Logger JBossObject.log
          The log
 

Constructors in org.jboss.util with parameters of type Logger
JBossObject(Logger log)
          Create a new object using the specified Logger instace
 

Uses of Logger in org.jboss.util.property.jmx
 

Fields in org.jboss.util.property.jmx declared as Logger
static Logger SystemPropertyClassValue.log
           
 

Uses of Logger in org.jboss.xb.binding
 

Fields in org.jboss.xb.binding declared as Logger
protected static Logger AbstractMarshaller.log
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.