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 String
DEFAULT_INDENT
The default indent to use if none specified.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
indent(String value)
Indent thevalue
with the givenindent
.static String
indent(String value, String indent)
Indent thevalue
with 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
-
-