ModeShape Distribution 3.0.0.Alpha6

Uses of Class
org.modeshape.common.logging.Logger

Packages that use Logger
org.modeshape.common.collection A set of common classes for dealing with collections of other objects. 
org.modeshape.common.logging   
org.modeshape.common.logging.jdk   
org.modeshape.common.logging.log4j   
org.modeshape.common.logging.slf4j   
org.modeshape.jcr   
org.modeshape.jcr.bus   
org.modeshape.jdbc   
org.modeshape.jdbc.delegate   
org.modeshape.sequencer.sramp The classes that make up the S-RAMP library. 
 

Uses of Logger in org.modeshape.common.collection
 

Methods in org.modeshape.common.collection with parameters of type Logger
 void Problems.writeTo(Logger logger)
          Write the problems to the supplied logger.
 void ImmutableProblems.writeTo(Logger logger)
           
 void AbstractProblems.writeTo(Logger logger)
          Write the problems to the supplied logger.
 void Problems.writeTo(Logger logger, Problem.Status firstStatus, Problem.Status... additionalStatuses)
          Write the problems to the supplied logger.
 void ImmutableProblems.writeTo(Logger logger, Problem.Status firstStatus, Problem.Status... additionalStatuses)
           
 void AbstractProblems.writeTo(Logger logger, Problem.Status firstStatus, Problem.Status... additionalStatuses)
          Write the problems to the supplied logger.
 

Uses of Logger in org.modeshape.common.logging
 

Methods in org.modeshape.common.logging that return Logger
static Logger Logger.getLogger(Class<?> clazz)
          Return a logger named corresponding to the class passed as parameter.
static Logger Logger.getLogger(String name)
          Return a logger named according to the name parameter.
protected abstract  Logger LogFactory.getLogger(String name)
          Return a logger named according to the name parameter.
 

Uses of Logger in org.modeshape.common.logging.jdk
 

Methods in org.modeshape.common.logging.jdk that return Logger
protected  Logger JdkLoggerFactory.getLogger(String name)
           
 

Uses of Logger in org.modeshape.common.logging.log4j
 

Methods in org.modeshape.common.logging.log4j that return Logger
protected  Logger Log4jLoggerFactory.getLogger(String name)
           
 

Uses of Logger in org.modeshape.common.logging.slf4j
 

Methods in org.modeshape.common.logging.slf4j that return Logger
protected  Logger SLF4JLoggerFactory.getLogger(String name)
           
 

Uses of Logger in org.modeshape.jcr
 

Fields in org.modeshape.jcr declared as Logger
protected static Logger JndiRepositoryFactory.log
           
protected  Logger JcrRepository.logger
           
 

Methods in org.modeshape.jcr 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.modeshape.jcr.bus
 

Fields in org.modeshape.jcr.bus declared as Logger
protected static Logger ClusteredRepositoryChangeBus.LOGGER
           
 

Uses of Logger in org.modeshape.jdbc
 

Fields in org.modeshape.jdbc declared as Logger
protected static Logger LocalJcrDriver.logger
           
 

Uses of Logger in org.modeshape.jdbc.delegate
 

Fields in org.modeshape.jdbc.delegate declared as Logger
protected  Logger AbstractRepositoryDelegate.logger
           
 

Uses of Logger in org.modeshape.sequencer.sramp
 

Fields in org.modeshape.sequencer.sramp declared as Logger
protected  Logger AbstractResolvingReader.logger
           
 


ModeShape Distribution 3.0.0.Alpha6

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