Rice Pastry API

Uses of Interface
rice.environment.logging.LogManager

Packages that use LogManager
rice.environment   
rice.environment.logging   
rice.environment.logging.simple   
rice.selector   
 

Uses of LogManager in rice.environment
 

Fields in rice.environment declared as LogManager
 LogManager Environment.logging
          DESCRIBE THE FIELD
 

Methods in rice.environment that return LogManager
 LogManager Environment.getLogManager()
          Gets the LogManager attribute of the Environment object
 

Constructors in rice.environment with parameters of type LogManager
Environment(SelectorManager sm, RandomSource rs, TimeSource time, LogManager lm, Parameters params)
          Constructor.
 

Uses of LogManager in rice.environment.logging
 

Subinterfaces of LogManager in rice.environment.logging
 interface CloneableLogManager
          If you implement this interface, then your log manager can be cloned.
 

Methods in rice.environment.logging that return LogManager
 LogManager CloneableLogManager.clone(java.lang.String detail)
          Return a new LogManager with identical parameters except that there is an indication of detail in each line, or filename if seperated by files.
 

Uses of LogManager in rice.environment.logging.simple
 

Classes in rice.environment.logging.simple that implement LogManager
 class SimpleLogManager
          This class creates loggers that log to a specified PrintStream System.out by default.
 

Methods in rice.environment.logging.simple that return LogManager
 LogManager SimpleLogManager.clone(java.lang.String detail)
          DESCRIBE THE METHOD
 

Uses of LogManager in rice.selector
 

Fields in rice.selector declared as LogManager
protected  LogManager SelectorManager.log
          DESCRIBE THE FIELD
 

Constructors in rice.selector with parameters of type LogManager
ProfileSelector(java.lang.String instance, TimeSource timeSource, LogManager log)
           
SelectorManager(boolean profile, java.lang.String instance, TimeSource timeSource, LogManager log)
          Constructor, which is private since there is only one selector per JVM.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.