Class LogOptions

java.lang.Object
org.debugtrace.LogOptions

public class LogOptions extends Object
Holds options to pass to print methods.
Since:
3.7.0
Author:
Masato Kokubo
  • Field Details

    • minimumOutputSize

      public int minimumOutputSize
      The minimum value to output the number of elements of array, collection and map
    • minimumOutputLength

      public int minimumOutputLength
      The minimum value to output the length of string
    • collectionLimit

      public int collectionLimit
      The limit value of elements for collection and map to output
    • byteArrayLimit

      public int byteArrayLimit
      The limit value of elements for byte array (byte[]) to output
    • stringLimit

      public int stringLimit
      The limit value of characters for string to output
    • reflectionNestLimit

      public int reflectionNestLimit
      The limit value for reflection nesting
    • outputSize

      public static final LogOptions outputSize
      Output the number of elements of array, collection and map
    • outputLength

      public static final LogOptions 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.