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

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


Uses of Interface
org.jboss.logging.LoggerPlugin

Packages that use LoggerPlugin
org.jboss.logging Common logging infrastructure. 
org.jboss.logging.util Logging utilties and helpers. 
 

Uses of LoggerPlugin in org.jboss.logging
 

Classes in org.jboss.logging that implement LoggerPlugin
 class JDK14LoggerPlugin
          An example LoggerPlugin which uses the JDK java.util.logging framework.
 class Log4jLoggerPlugin
          Delegate for org.jboss.logging.Logger logging to log4j.
 class NullLoggerPlugin
          LoggerPlugin implementation producing no output at all.
 

Fields in org.jboss.logging declared as LoggerPlugin
protected  LoggerPlugin Logger.loggerDelegate
           
 

Methods in org.jboss.logging that return LoggerPlugin
 LoggerPlugin Logger.getLoggerPlugin()
           
protected static LoggerPlugin Logger.getDelegatePlugin(String name)
           
 

Uses of LoggerPlugin in org.jboss.logging.util
 

Constructors in org.jboss.logging.util with parameters of type LoggerPlugin
LoggerPluginWriter(LoggerPlugin logger)
           
 



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