Package ch.qos.logback.access.filter
Class StatsByMonth
- java.lang.Object
-
- ch.qos.logback.access.filter.PeriodicStats
-
- ch.qos.logback.access.filter.StatsByMonth
-
public class StatsByMonth extends PeriodicStats
-
-
Constructor Summary
Constructors Constructor Description StatsByMonth()
StatsByMonth(long now)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long
computeStartOfNextPeriod(long now)
-
Methods inherited from class ch.qos.logback.access.filter.PeriodicStats
getAverage, getLastCount, reset, reset, update
-
-
-
-
Method Detail
-
computeStartOfNextPeriod
long computeStartOfNextPeriod(long now)
- Specified by:
computeStartOfNextPeriod
in classPeriodicStats
-
-