public static enum FluentdHandler.Key extends Enum<FluentdHandler.Key>
| Enum Constant and Description |
|---|
EXCEPTION |
LEVEL |
LOGGER_CLASS_NAME |
LOGGER_NAME |
MDC |
MESSAGE |
NDC |
RECORD |
SEQUENCE |
THREAD_ID |
THREAD_NAME |
TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the name of the key for the structure.
|
static FluentdHandler.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FluentdHandler.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FluentdHandler.Key EXCEPTION
public static final FluentdHandler.Key LEVEL
public static final FluentdHandler.Key LOGGER_CLASS_NAME
public static final FluentdHandler.Key LOGGER_NAME
public static final FluentdHandler.Key MDC
public static final FluentdHandler.Key MESSAGE
public static final FluentdHandler.Key NDC
public static final FluentdHandler.Key RECORD
public static final FluentdHandler.Key SEQUENCE
public static final FluentdHandler.Key THREAD_ID
public static final FluentdHandler.Key THREAD_NAME
public static final FluentdHandler.Key TIMESTAMP
public static FluentdHandler.Key[] values()
for (FluentdHandler.Key c : FluentdHandler.Key.values()) System.out.println(c);
public static FluentdHandler.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 © 2017 JBoss by Red Hat. All rights reserved.