JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

Uses of Interface
org.jboss.logging.LoggerPluginInstance

Uses of LoggerPluginInstance in org.jboss.logging
 

Classes in org.jboss.logging that implement LoggerPluginInstance
 class AbstractLoggerPluginInstance
          An abstract base class for logger plugin instances.
 class NullLoggerPluginInstance
          LoggerPlugin implementation producing no output at all.
 

Fields in org.jboss.logging declared as LoggerPluginInstance
protected  LoggerPluginInstance Logger.loggerDelegate
          The logger plugin delegate
 

Methods in org.jboss.logging that return LoggerPluginInstance
 LoggerPluginInstance NullLoggerPlugin.getInstance(String name, String resourceBundleName)
          Get a logger plugin instance with the given name.
 LoggerPluginInstance LoggerPlugin.getInstance(String name, String resourceBundleName)
          Get a logger plugin instance with the given name.
 LoggerPluginInstance Logger.getLoggerPluginInstance()
          Get the logger plugin delegate
 


JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

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