Uses of Class
ch.qos.logback.core.rolling.helper.RollingCalendar
-
Packages that use RollingCalendar Package Description ch.qos.logback.core.rolling Implements various file rolling policies.ch.qos.logback.core.rolling.helper Internal helper classes used bych.qos.logback.core.rollingpackage. -
-
Uses of RollingCalendar in ch.qos.logback.core.rolling
Fields in ch.qos.logback.core.rolling declared as RollingCalendar Modifier and Type Field Description protected RollingCalendarTimeBasedFileNamingAndTriggeringPolicyBase. rc -
Uses of RollingCalendar in ch.qos.logback.core.rolling.helper
Fields in ch.qos.logback.core.rolling.helper declared as RollingCalendar Modifier and Type Field Description (package private) RollingCalendarTimeBasedArchiveRemover. rcConstructors in ch.qos.logback.core.rolling.helper with parameters of type RollingCalendar Constructor Description SizeAndTimeBasedArchiveRemover(FileNamePattern fileNamePattern, RollingCalendar rc)TimeBasedArchiveRemover(FileNamePattern fileNamePattern, RollingCalendar rc)
-