站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Class org.jboss.logging.Logger (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


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.