Uses of Class
org.jboss.dna.common.util.Logger

Packages that use Logger
org.jboss.dna.common.util A set of miscellaneous utilities. 
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.mimetype This package defines an interface for the MIME type detector, which represents a component that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. 
org.jboss.dna.graph.request.processor This portion of the JBoss DNA Graph API defines the processor for requests
 

Uses of Logger in org.jboss.dna.common.util
 

Methods in org.jboss.dna.common.util that return Logger
static Logger Logger.getLogger(Class<?> clazz)
          Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory instance.
static Logger Logger.getLogger(String name)
          Return a logger named according to the name parameter using the statically bound ILoggerFactory instance.
 

Uses of Logger in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return Logger
 Logger ExecutionContext.getLogger(Class<?> clazz)
          Return a logger associated with this context.
 Logger ExecutionContext.getLogger(String name)
          Return a logger associated with this context.
 

Uses of Logger in org.jboss.dna.graph.mimetype
 

Methods in org.jboss.dna.graph.mimetype that return Logger
 Logger MimeTypeDetectors.getLogger()
          Gets the logger for this system
 

Methods in org.jboss.dna.graph.mimetype with parameters of type Logger
 void MimeTypeDetectors.setLogger(Logger logger)
          Sets the logger for this system.
 

Uses of Logger in org.jboss.dna.graph.request.processor
 

Constructors in org.jboss.dna.graph.request.processor with parameters of type Logger
LoggingRequestProcessor(RequestProcessor delegate, Logger logger, Logger.Level level)
           
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.