- java.lang.Object
-
- ch.qos.logback.core.rolling.LengthCounterBase
-
- All Implemented Interfaces:
LengthCounter
public class LengthCounterBase extends Object implements LengthCounter
-
-
Constructor Summary
Constructors Constructor Description LengthCounterBase()
-
-
-
Constructor Detail
-
LengthCounterBase
public LengthCounterBase()
-
-
Method Detail
-
add
public void add(long len)
- Specified by:
addin interfaceLengthCounter
-
getLength
public long getLength()
- Specified by:
getLengthin interfaceLengthCounter
-
reset
public void reset()
- Specified by:
resetin interfaceLengthCounter
-
-