Rice Pastry API

Uses of Interface
rice.environment.logging.Logger

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

Uses of Logger in rice.environment.logging
 

Fields in rice.environment.logging declared as Logger
protected  Logger AbstractLogManager.defaultLogger
          DESCRIBE THE FIELD
 

Methods in rice.environment.logging that return Logger
 Logger AbstractLogManager.getLogger(java.lang.Class clazz, java.lang.String instance)
           
protected abstract  Logger AbstractLogManager.constructLogger(java.lang.String clazz, int level)
          DESCRIBE THE METHOD
 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.file
 

Methods in rice.environment.logging.file that return Logger
protected  Logger RotatingLogManager.constructLogger(java.lang.String clazz, int level)
          DESCRIBE THE METHOD
 

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
protected  Logger SimpleLogManager.constructLogger(java.lang.String clazz, int level)
          DESCRIBE THE METHOD
 

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.


Imprint-Dataprotection