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

Packages that use Logger
org.jboss.dna.common.monitor   
org.jboss.dna.common.util   
org.jboss.dna.repository.observation   
org.jboss.dna.repository.rules   
org.jboss.dna.repository.sequencers   
 

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

Constructors in org.jboss.dna.common.monitor with parameters of type Logger
LoggingProgressMonitor(ProgressMonitor delegate, Logger logger, Logger.Level level)
           
LoggingProgressMonitor(ProgressMonitor delegate, Logger logger, Logger.Level level, java.util.Locale locale)
           
 

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

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

Uses of Logger in org.jboss.dna.repository.observation
 

Methods in org.jboss.dna.repository.observation that return Logger
 Logger ObservationService.getLogger()
          Get the logger for this system
 

Methods in org.jboss.dna.repository.observation with parameters of type Logger
 void ObservationService.setLogger(Logger logger)
          Set the logger for this system.
 

Uses of Logger in org.jboss.dna.repository.rules
 

Methods in org.jboss.dna.repository.rules that return Logger
 Logger RuleSetRepositoryMonitor.getLogger()
           
 Logger RuleService.getLogger()
          Get the logger for this system
 

Methods in org.jboss.dna.repository.rules with parameters of type Logger
 void RuleSetRepositoryMonitor.setLogger(Logger logger)
           
 void RuleService.setLogger(Logger logger)
          Set the logger for this system.
 

Uses of Logger in org.jboss.dna.repository.sequencers
 

Methods in org.jboss.dna.repository.sequencers that return Logger
 Logger SequencingService.getLogger()
          Get the logger for this system
 

Methods in org.jboss.dna.repository.sequencers with parameters of type Logger
 void SequencingService.setLogger(Logger logger)
          Set the logger for this system.
 



Copyright © 2008. All Rights Reserved.