Rice Pastry API

Uses of Interface
rice.environment.logging.Logger

Packages that use Logger
rice.environment.logging   
rice.environment.logging.simple   
rice.p2p.aggregation   
rice.p2p.glacier   
rice.p2p.glacier.v2   
 

Uses of Logger in rice.environment.logging
 

Methods in rice.environment.logging that return Logger
 Logger LogManager.getLogger(java.lang.Class clazz, java.lang.String instance)
          Returns the Logger matching the paramerters, constructs a new one if an appropriate one hasn't yet been constructed.
 

Uses of Logger in rice.environment.logging.simple
 

Classes in rice.environment.logging.simple that implement Logger
 class SimpleLogger
          This logger writes its name:time:message to the printstream provided, unless the priority is lower than the minimumPriority.
 

Methods in rice.environment.logging.simple that return Logger
 Logger SimpleLogManager.getLogger(java.lang.Class clazz, java.lang.String instance)
           
 

Uses of Logger in rice.p2p.aggregation
 

Methods in rice.p2p.aggregation with parameters of type Logger
 void AggregationStatistics.dump(Logger logger)
          DESCRIBE THE METHOD
 

Uses of Logger in rice.p2p.glacier
 

Methods in rice.p2p.glacier with parameters of type Logger
 void ErasureCodec.dump(byte[] data, Logger logger)
          DESCRIBE THE METHOD
 

Uses of Logger in rice.p2p.glacier.v2
 

Methods in rice.p2p.glacier.v2 with parameters of type Logger
 void GlacierStatistics.dump(Logger logger)
          DESCRIBE THE METHOD
 boolean Manifest.validatesFragment(Fragment fragment, int fragmentID, Logger logger)
          DESCRIBE THE METHOD
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.