Package org.hawaiiframework.logging.util
Class IndentUtil
- java.lang.Object
-
- org.hawaiiframework.logging.util.IndentUtil
-
public final class IndentUtil extends Object
LogUtil to indent data.- Since:
- 2.0.0
- Author:
- Rutger Lubbers
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_INDENTThe default indent to use if none specified.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringindent(String value)Indent thevaluewith the givenindent.static Stringindent(String value, String indent)Indent thevaluewith the givenindent.
-
-
-
Field Detail
-
DEFAULT_INDENT
public static final String DEFAULT_INDENT
The default indent to use if none specified.- See Also:
- Constant Field Values
-
-