Class DefaultCounter
java.lang.Object
com.itextpdf.text.log.DefaultCounter
- All Implemented Interfaces:
Counter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate static byte[]private final int[]private int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
private int count -
level
private int level -
repeat
private final int[] repeat -
repeat_level
private int repeat_level -
message
private static byte[] message
-
-
Constructor Details
-
DefaultCounter
public DefaultCounter()
-
-
Method Details
-
getCounter
Description copied from interface:CounterGets a Counter instance for a specific class.- Specified by:
getCounterin interfaceCounter- Parameters:
klass-- Returns:
- this Counter implementation
- See Also:
-
read
-
written
-
plusOne
private void plusOne()
-