Uses of Interface
net.i2p.stat.StatLog
Package | Description |
---|---|
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 Modifier and Type Class Description 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 Modifier and Type Method Description StatLog
StatManager. getStatLog()
Gets the default stat log for RateStats Deprecated, unusedMethods in net.i2p.stat with parameters of type StatLog Modifier and Type Method Description void
RateStat. setStatLog(StatLog sl)
Sets the default stat log for this RateStat.void
StatManager. setStatLog(StatLog log)
Deprecated.unused