ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.api.Logger

Packages that use Logger
org.modeshape.jcr   
org.modeshape.jcr.api.sequencer Many repositories are used (at least in part) to manage files and other artifacts, including service definitions, policy files, images, media, documents, presentations, application components, reusable libraries, configuration files, application installations, databases schemas, management scripts, and so on. 
org.modeshape.jcr.api.text   
org.modeshape.web.jcr This package contains the core components for the ModeShape common web library. 
 

Uses of Logger in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement Logger
 class ExtensionLogger
          Implementation of the Logger interface which delegates the logging operations to an I18n based Logger implementation, using pass-through I18n objects.
 

Methods in org.modeshape.jcr that return Logger
static Logger ExtensionLogger.getLogger(Class<?> clazz)
           
 

Uses of Logger in org.modeshape.jcr.api.sequencer
 

Methods in org.modeshape.jcr.api.sequencer that return Logger
protected  Logger Sequencer.getLogger()
           
 

Uses of Logger in org.modeshape.jcr.api.text
 

Methods in org.modeshape.jcr.api.text that return Logger
protected  Logger TextExtractor.getLogger()
           
 

Methods in org.modeshape.jcr.api.text with parameters of type Logger
 void TextExtractor.setLogger(Logger logger)
           
 

Uses of Logger in org.modeshape.web.jcr
 

Classes in org.modeshape.web.jcr that implement Logger
 class WebLogger
          Implementation of the Logger interface which delegates the logging operations to an I18n based Logger implementation, using pass-through TextI18n objects.
 

Methods in org.modeshape.web.jcr that return Logger
static Logger WebLogger.getLogger(Class<?> clazz)
           
 


ModeShape Distribution 3.0.0.Beta4

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