Package org.hawaiiframework.logging.util
Class IndentUtil
java.lang.Object
org.hawaiiframework.logging.util.IndentUtil
LogUtil to indent data.
- Since:
- 2.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default indent to use if none specified. -
Method Summary
-
Field Details
-
DEFAULT_INDENTATION
The default indent to use if none specified.- See Also:
-
-
Method Details
-
indent
Indent thevaluewith the default indent. SeeDEFAULT_INDENTATION.- Parameters:
value- The value to indent.- Returns:
- An indented string.
-
indent
Indent thevaluewith the givenindent.- Parameters:
value- The value to indent.indentation- The indentation.- Returns:
- An indented string.
-