Class CharacterConstants
- java.lang.Object
-
- org.hawaiiframework.logging.logback.CharacterConstants
-
public final class CharacterConstants extends Object
Constants for new lines and indentation used by theKibanaLogEventEncoder
.- Since:
- 2.0.0
- Author:
- Rutger Lubbers
-
-
Field Detail
-
NEW_LINE
public static final String NEW_LINE
The system's line separator.
-
INDENT
public static final String INDENT
The indentation for multi line log events.- See Also:
- Constant Field Values
-
-