Uses of Interface
net.i2p.stat.StatLog

Packages that use StatLog
net.i2p.stat These classes define the statistics package used extensively throughout the I2P router - both for adaptive operation of the router and for debugging. 
 

Uses of StatLog in net.i2p.stat
 

Classes in net.i2p.stat that implement StatLog
 class BufferedStatLog
          Note - if no filter is defined in stat.logFilters at startup, this class will not be instantiated - see StatManager.
 

Methods in net.i2p.stat that return StatLog
 StatLog StatManager.getStatLog()
          may be null
 

Methods in net.i2p.stat with parameters of type StatLog
 void RateStat.setStatLog(StatLog sl)
           
 void StatManager.setStatLog(StatLog log)