JBoss Logging 3.1.2.GA-redhat-1

Uses of Class
org.jboss.logging.Logger

Uses of Logger in org.jboss.logging
 

Fields in org.jboss.logging declared as Logger
protected  Logger DelegatingBasicLogger.log
          The delegate logger.
 

Methods in org.jboss.logging that return Logger
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.
 Logger LoggerProvider.getLogger(String name)
           
static Logger Logger.getLogger(String name, String suffix)
          Get a Logger instance given the logger name with the given suffix.
 

Constructors in org.jboss.logging with parameters of type Logger
DelegatingBasicLogger(Logger log)
          Construct a new instance.
 


JBoss Logging 3.1.2.GA-redhat-1

Copyright © 2012 Red Hat, Inc.