Uses of Class
org.jboss.logging.Logger

Packages that use Logger
org.jboss.logging Common logging infrastructure. 
org.jboss.util.property.jmx   
 

Uses of Logger in org.jboss.logging
 

Methods in org.jboss.logging that return Logger
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.
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.
 

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

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



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