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
- Specified by:
getDailyAveragein interfaceStatisticalView
-
getLastDaysCount
- Specified by:
getLastDaysCountin interfaceStatisticalView
-
getMonthlyAverage
- Specified by:
getMonthlyAveragein interfaceStatisticalView
-
getLastMonthsCount
- Specified by:
getLastMonthsCountin interfaceStatisticalView
-
getTotal
- Specified by:
getTotalin interfaceStatisticalView
-
getWeeklyAverage
- Specified by:
getWeeklyAveragein interfaceStatisticalView
-
getLastWeeksCount
- Specified by:
getLastWeeksCountin interfaceStatisticalView
-
start
- Specified by:
startin interfacech.qos.logback.core.spi.LifeCycle
-
isStarted
- Specified by:
isStartedin interfacech.qos.logback.core.spi.LifeCycle
-
stop
- Specified by:
stopin interfacech.qos.logback.core.spi.LifeCycle
-
getLastMinuteCount
- Specified by:
getLastMinuteCountin interfaceStatisticalView
-
getMinuteAverage
- Specified by:
getMinuteAveragein interfaceStatisticalView
-
getHourlyAverage
- Specified by:
getHourlyAveragein interfaceStatisticalView
-
getLastHoursCount
- Specified by:
getLastHoursCountin interfaceStatisticalView
-