JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

Uses of Interface
org.jboss.logging.LoggerPlugin

Uses of LoggerPlugin in org.jboss.logging
 

Classes in org.jboss.logging that implement LoggerPlugin
 class NullLoggerPlugin
          The null logger plugin.
 

Fields in org.jboss.logging declared as LoggerPlugin
static LoggerPlugin NullLoggerPlugin.INSTANCE
           
 

Methods in org.jboss.logging that return LoggerPlugin
 LoggerPlugin Logger.getLoggerPlugin()
          Get the logger plugin.
 LoggerPlugin AbstractLoggerPluginInstance.getLoggerPlugin()
           
 LoggerPlugin LoggerPluginInstance.getLoggerPlugin()
           
 

Constructors in org.jboss.logging with parameters of type LoggerPlugin
AbstractLoggerPluginInstance(String name, String resourceBundleName, LoggerPlugin loggerPlugin)
          Construct a new instance.
NullLoggerPluginInstance(String name, LoggerPlugin loggerPlugin)
          Construct a new instance.
 


JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.