Class IndentUtil


  • public final class IndentUtil
    extends Object
    LogUtil to indent data.
    Since:
    2.0.0
    Author:
    Rutger Lubbers
    • Field Detail

      • DEFAULT_INDENT

        public static final String DEFAULT_INDENT
        The default indent to use if none specified.
        See Also:
        Constant Field Values
    • Method Detail

      • indent

        public static String indent​(String value)
        Indent the value with the given indent.
      • indent

        public static String indent​(String value,
                                    String indent)
        Indent the value with the given indent.