Uses of Interface
ch.qos.logback.core.rolling.LengthCounter
-
Packages that use LengthCounter Package Description ch.qos.logback.core.rolling Implements various file rolling policies. -
-
Uses of LengthCounter in ch.qos.logback.core.rolling
Classes in ch.qos.logback.core.rolling that implement LengthCounter Modifier and Type Class Description classLengthCounterBaseFields in ch.qos.logback.core.rolling declared as LengthCounter Modifier and Type Field Description LengthCounterSizeAndTimeBasedFileNamingAndTriggeringPolicy. lengthCounterMethods in ch.qos.logback.core.rolling that return LengthCounter Modifier and Type Method Description LengthCounterSizeAndTimeBasedFileNamingAndTriggeringPolicy. getLengthCounter()LengthCounterTimeBasedRollingPolicy. getLengthCounter()default LengthCounterTriggeringPolicy. getLengthCounter()Return theLengthCounterinstance associated with this triggering policy.
-