JBoss Logging 3.0.0.Beta5-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.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.
 


JBoss Logging 3.0.0.Beta5-SNAPSHOT

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