JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

Uses of Class
org.jboss.logging.Logger

Uses of Logger in org.jboss.logging
 

Methods in org.jboss.logging that return Logger
static Logger Logger.getI18nLogger(Class<?> clazz, String resourceBundleName)
          Get a logger instance with the given name using the given resource bundle (if supported by the underlying framework).
static Logger Logger.getI18nLogger(String name, String resourceBundleName)
          Get a logger instance with the given name using the given resource bundle (if supported by the underlying framework).
 Logger AbstractLoggerPluginInstance.getLogger()
          Get the logger API instance associated with this plugin instance.
 Logger LoggerPluginInstance.getLogger()
          Get the logger API instance associated with this plugin instance.
static Logger Logger.getLogger(Class<?> clazz)
          Get a Logger instance given the name of a class.
static Logger Logger.getLogger(Class<?> clazz, String suffix)
          Get a Logger instance given the name of a class with the given suffix.
static Logger Logger.getLogger(String name)
          Get a Logger instance given the logger name.
static Logger Logger.getLogger(String name, String suffix)
          Get a Logger instance given the logger name with the given suffix.
 


JBoss Logging Programming Interface 2.2.0.CR2-SNAPSHOT

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