Class JsonConstants
- java.lang.Object
-
- org.apache.logging.log4j.core.jackson.JsonConstants
-
public final class JsonConstants extends Object
Keeps constants separate from any class that may depend on third party jars.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ELT_CAUSE
static String
ELT_CONTEXT_MAP
static String
ELT_CONTEXT_STACK
static String
ELT_EXTENDED_STACK_TRACE
static String
ELT_INSTANT
static String
ELT_MARKER
static String
ELT_MESSAGE
static String
ELT_NANO_TIME
static String
ELT_PARENTS
static String
ELT_SOURCE
static String
ELT_SUPPRESSED
static String
ELT_THROWN
-
Constructor Summary
Constructors Constructor Description JsonConstants()
-
-
-
Field Detail
-
ELT_CAUSE
public static final String ELT_CAUSE
- See Also:
- Constant Field Values
-
ELT_CONTEXT_MAP
public static final String ELT_CONTEXT_MAP
- See Also:
- Constant Field Values
-
ELT_CONTEXT_STACK
public static final String ELT_CONTEXT_STACK
- See Also:
- Constant Field Values
-
ELT_MARKER
public static final String ELT_MARKER
- See Also:
- Constant Field Values
-
ELT_PARENTS
public static final String ELT_PARENTS
- See Also:
- Constant Field Values
-
ELT_SOURCE
public static final String ELT_SOURCE
- See Also:
- Constant Field Values
-
ELT_SUPPRESSED
public static final String ELT_SUPPRESSED
- See Also:
- Constant Field Values
-
ELT_THROWN
public static final String ELT_THROWN
- See Also:
- Constant Field Values
-
ELT_MESSAGE
public static final String ELT_MESSAGE
- See Also:
- Constant Field Values
-
ELT_EXTENDED_STACK_TRACE
public static final String ELT_EXTENDED_STACK_TRACE
- See Also:
- Constant Field Values
-
ELT_NANO_TIME
public static final String ELT_NANO_TIME
- See Also:
- Constant Field Values
-
ELT_INSTANT
public static final String ELT_INSTANT
- See Also:
- Constant Field Values
-
-