Package org.debugtrace
Class LogOptions
java.lang.Object
org.debugtrace.LogOptions
Holds options to pass to print methods.
- Since:
- 3.7.0
- Author:
- Masato Kokubo
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The limit value of elements for byte array (byte[]) to outputint
The limit value of elements for collection and map to outputint
The minimum value to output the length of stringint
The minimum value to output the number of elements of array, collection and mapstatic final LogOptions
Output the length of stringstatic final LogOptions
Output the number of elements of array, collection and mapint
The limit value for reflection nestingint
The limit value of characters for string to output -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minimumOutputSize
public int minimumOutputSizeThe minimum value to output the number of elements of array, collection and map -
minimumOutputLength
public int minimumOutputLengthThe minimum value to output the length of string -
collectionLimit
public int collectionLimitThe limit value of elements for collection and map to output -
byteArrayLimit
public int byteArrayLimitThe limit value of elements for byte array (byte[]) to output -
stringLimit
public int stringLimitThe limit value of characters for string to output -
reflectionNestLimit
public int reflectionNestLimitThe limit value for reflection nesting -
outputSize
Output the number of elements of array, collection and map -
outputLength
Output the length of string
-
-
Constructor Details
-
LogOptions
public LogOptions()Constructs a LogOptions.
-
-
Method Details
-
normalize
protected void normalize()Normalizes each field of this.
-