Module ch.qos.logback.access.common
Class StatisticalViewImpl
java.lang.Object
ch.qos.logback.access.common.filter.StatisticalViewImpl
- All Implemented Interfaces:
StatisticalView,ch.qos.logback.core.spi.LifeCycle
public class StatisticalViewImpl
extends Object
implements StatisticalView, ch.qos.logback.core.spi.LifeCycle
-
Method Details
-
getDailyAverage
public double getDailyAverage()- Specified by:
getDailyAveragein interfaceStatisticalView
-
getLastDaysCount
public long getLastDaysCount()- Specified by:
getLastDaysCountin interfaceStatisticalView
-
getMonthlyAverage
public double getMonthlyAverage()- Specified by:
getMonthlyAveragein interfaceStatisticalView
-
getLastMonthsCount
public long getLastMonthsCount()- Specified by:
getLastMonthsCountin interfaceStatisticalView
-
getTotal
public long getTotal()- Specified by:
getTotalin interfaceStatisticalView
-
getWeeklyAverage
public double getWeeklyAverage()- Specified by:
getWeeklyAveragein interfaceStatisticalView
-
getLastWeeksCount
public long getLastWeeksCount()- Specified by:
getLastWeeksCountin interfaceStatisticalView
-
start
public void start()- Specified by:
startin interfacech.qos.logback.core.spi.LifeCycle
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfacech.qos.logback.core.spi.LifeCycle
-
stop
public void stop()- Specified by:
stopin interfacech.qos.logback.core.spi.LifeCycle
-
getLastMinuteCount
public long getLastMinuteCount()- Specified by:
getLastMinuteCountin interfaceStatisticalView
-
getMinuteAverage
public double getMinuteAverage()- Specified by:
getMinuteAveragein interfaceStatisticalView
-
getHourlyAverage
public double getHourlyAverage()- Specified by:
getHourlyAveragein interfaceStatisticalView
-
getLastHoursCount
public long getLastHoursCount()- Specified by:
getLastHoursCountin interfaceStatisticalView
-