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

Packages that use Logger
org.modeshape.clustering   
org.modeshape.common.collection A set of common classes for dealing with collections of other objects. 
org.modeshape.common.util A set of miscellaneous utilities. 
org.modeshape.common.util.log   
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.modeshape.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.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.modeshape.graph.request.processor This portion of the ModeShape Graph API defines the processor for requests
org.modeshape.graph.text This package defines an interface for components that extract text from content. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.jdbc.delegate   
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
org.modeshape.sequencer.wsdl The classes that make up the Web Service Definition Lanaguage (WSDL) 1.1 sequencer. 
org.modeshape.sequencer.xsd The classes that make up the XML Schema Document sequencer. 
 

Uses of Logger in org.modeshape.clustering
 

Fields in org.modeshape.clustering declared as Logger
protected static Logger ClusteredObservationBus.LOGGER
           
 

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)
          Write the problems to the supplied 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)
          Write the problems to the supplied logger.
 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.util
 

Methods in org.modeshape.common.util 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.
 

Uses of Logger in org.modeshape.common.util.log
 

Subclasses of Logger in org.modeshape.common.util.log
 class JdkLoggerImpl
          Logger that delivers messages to a JDK logger
 class SLF4JLoggerImpl
          Logger that delivers messages to a Log4J logger
 

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

Uses of Logger in org.modeshape.connector.disk
 

Fields in org.modeshape.connector.disk declared as Logger
protected static Logger DiskRepository.LOGGER
           
 

Uses of Logger in org.modeshape.connector.filesystem
 

Constructors in org.modeshape.connector.filesystem with parameters of type Logger
LogProperties(Logger logger)
          Create an instance of this factory.
 

Uses of Logger in org.modeshape.connector.store.jpa
 

Methods in org.modeshape.connector.store.jpa that return Logger
protected  Logger JpaSource.getLogger()
           
 

Uses of Logger in org.modeshape.graph
 

Methods in org.modeshape.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.modeshape.graph.mimetype
 

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

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

Uses of Logger in org.modeshape.graph.request.processor
 

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

Uses of Logger in org.modeshape.graph.text
 

Methods in org.modeshape.graph.text that return Logger
 Logger TextExtractors.getLogger()
          Gets the logger for this system
 

Methods in org.modeshape.graph.text with parameters of type Logger
 void TextExtractors.setLogger(Logger logger)
          Sets the logger for this system.
 

Uses of Logger in org.modeshape.jcr
 

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

Methods in org.modeshape.jcr that return Logger
protected  Logger JcrEngine.getLogger()
           
 

Uses of Logger in org.modeshape.jdbc.delegate
 

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

Uses of Logger in org.modeshape.repository
 

Methods in org.modeshape.repository that return Logger
protected  Logger ModeShapeEngine.logger()
           
 

Uses of Logger in org.modeshape.sequencer.wsdl
 

Fields in org.modeshape.sequencer.wsdl declared as Logger
protected  Logger WsdlReader.logger
           
 

Uses of Logger in org.modeshape.sequencer.xsd
 

Fields in org.modeshape.sequencer.xsd declared as Logger
protected  Logger XsdReader.logger
           
 



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