站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Logging (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.log
Class Logging

java.lang.Object
  extended by org.jboss.seam.log.Logging

public class Logging
extends Object


Constructor Summary
Logging()
           
 
Method Summary
static Log getLog(Class clazz)
           
static Log getLog(String category)
           
static LogProvider getLogProvider(Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logging

public Logging()
Method Detail

getLog

public static Log getLog(String category)

getLog

public static Log getLog(Class clazz)

getLogProvider

public static LogProvider getLogProvider(Class clazz)