public static enum StructuredFormatter.Key extends Enum<StructuredFormatter.Key>
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the name of the key for the structure.
|
static StructuredFormatter.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredFormatter.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructuredFormatter.Key EXCEPTION
public static final StructuredFormatter.Key EXCEPTION_CAUSED_BY
public static final StructuredFormatter.Key EXCEPTION_CIRCULAR_REFERENCE
public static final StructuredFormatter.Key EXCEPTION_TYPE
public static final StructuredFormatter.Key EXCEPTION_FRAME
public static final StructuredFormatter.Key EXCEPTION_FRAME_CLASS
public static final StructuredFormatter.Key EXCEPTION_FRAME_LINE
public static final StructuredFormatter.Key EXCEPTION_FRAME_METHOD
public static final StructuredFormatter.Key EXCEPTION_FRAMES
public static final StructuredFormatter.Key EXCEPTION_MESSAGE
public static final StructuredFormatter.Key EXCEPTION_REFERENCE_ID
public static final StructuredFormatter.Key EXCEPTION_SUPPRESSED
public static final StructuredFormatter.Key LEVEL
public static final StructuredFormatter.Key LOGGER_CLASS_NAME
public static final StructuredFormatter.Key LOGGER_NAME
public static final StructuredFormatter.Key MDC
public static final StructuredFormatter.Key MESSAGE
public static final StructuredFormatter.Key NDC
public static final StructuredFormatter.Key RECORD
public static final StructuredFormatter.Key SEQUENCE
public static final StructuredFormatter.Key SOURCE_CLASS_NAME
public static final StructuredFormatter.Key SOURCE_FILE_NAME
public static final StructuredFormatter.Key SOURCE_LINE_NUMBER
public static final StructuredFormatter.Key SOURCE_METHOD_NAME
public static final StructuredFormatter.Key STACK_TRACE
public static final StructuredFormatter.Key THREAD_ID
public static final StructuredFormatter.Key THREAD_NAME
public static final StructuredFormatter.Key TIMESTAMP
public static StructuredFormatter.Key[] values()
for (StructuredFormatter.Key c : StructuredFormatter.Key.values()) System.out.println(c);
public static StructuredFormatter.Key valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
Copyright © 2018 JBoss by Red Hat. All rights reserved.