JBoss Logging 3.0.0.Beta2

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).
static Logger Logger.getI18nLogger(String name, String resourceBundleName, String prefix)
          Get a logger instance with the given name using the given resource bundle (if supported by the underlying framework).
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.
 Logger LoggerProvider.getLogger(String name, String resourceBundleName, String prefix)
           
 


JBoss Logging 3.0.0.Beta2

Copyright © 2010 JBoss, a division of Red Hat, Inc.