Uses of Class
org.jboss.logging.Logger

Uses of Logger in org.jboss.logging
 

Subclasses of Logger in org.jboss.logging
 class DynamicLogger
          An extension of the JBoss Logger that adds a log() primitive that maps to a dynamically defined log level.
 

Methods in org.jboss.logging that return Logger
static Logger Logger.getLogger(Class<?> clazz)
          Create a Logger instance given the logger class.
static Logger Logger.getLogger(Class<?> clazz, String suffix)
          Create a Logger instance given the logger class with the given suffix.
static Logger Logger.getLogger(String name)
          Create a Logger instance given the logger name.
static Logger Logger.getLogger(String name, String suffix)
          Create a Logger instance given the logger name with the given suffix.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.