Serializable, Comparable<FormatStep.ItemType>public static enum FormatStep.ItemType extends Enum<FormatStep.ItemType>
GENERIC were used.| Enum Constant | Description |
|---|---|
CATEGORY |
|
COMPOUND |
A compound step.
|
DATE |
|
EXCEPTION_TRACE |
|
GENERIC |
An item of unknown kind.
|
HOST_NAME |
|
LEVEL |
A log level.
|
LINE_SEPARATOR |
|
MDC |
|
MESSAGE |
The log message without the exception trace.
|
NDC |
|
PROCESS_ID |
|
PROCESS_NAME |
|
RELATIVE_TIME |
|
RESOURCE_KEY |
|
SOURCE_CLASS_NAME |
|
SOURCE_FILE_NAME |
|
SOURCE_LINE_NUMBER |
|
SOURCE_METHOD_NAME |
|
SOURCE_MODULE_NAME |
|
SOURCE_MODULE_VERSION |
|
SYSTEM_PROPERTY |
|
TEXT |
|
THREAD_ID |
|
THREAD_NAME |
| Modifier and Type | Method | Description |
|---|---|---|
static FormatStep.ItemType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FormatStep.ItemType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatStep.ItemType GENERIC
public static final FormatStep.ItemType COMPOUND
public static final FormatStep.ItemType LEVEL
public static final FormatStep.ItemType SOURCE_CLASS_NAME
public static final FormatStep.ItemType DATE
public static final FormatStep.ItemType SOURCE_FILE_NAME
public static final FormatStep.ItemType HOST_NAME
public static final FormatStep.ItemType SOURCE_LINE_NUMBER
public static final FormatStep.ItemType LINE_SEPARATOR
public static final FormatStep.ItemType CATEGORY
public static final FormatStep.ItemType MDC
public static final FormatStep.ItemType MESSAGE
public static final FormatStep.ItemType EXCEPTION_TRACE
public static final FormatStep.ItemType SOURCE_METHOD_NAME
public static final FormatStep.ItemType SOURCE_MODULE_NAME
public static final FormatStep.ItemType SOURCE_MODULE_VERSION
public static final FormatStep.ItemType NDC
public static final FormatStep.ItemType PROCESS_ID
public static final FormatStep.ItemType PROCESS_NAME
public static final FormatStep.ItemType RELATIVE_TIME
public static final FormatStep.ItemType RESOURCE_KEY
public static final FormatStep.ItemType SYSTEM_PROPERTY
public static final FormatStep.ItemType TEXT
public static final FormatStep.ItemType THREAD_ID
public static final FormatStep.ItemType THREAD_NAME
public static FormatStep.ItemType[] values()
for (FormatStep.ItemType c : FormatStep.ItemType.values()) System.out.println(c);
public static FormatStep.ItemType 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 nullCopyright © 2019 JBoss by Red Hat. All rights reserved.