public enum SyslogFieldKeys extends Enum<SyslogFieldKeys>
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Returns the value.
|
static SyslogFieldKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyslogFieldKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyslogFieldKeys MESSAGE
public static final SyslogFieldKeys HEADER_APPNAME
public static final SyslogFieldKeys HEADER_HOSTNAME
public static final SyslogFieldKeys HEADER_PRI
public static final SyslogFieldKeys HEADER_PRI_SEVERITY
public static final SyslogFieldKeys HEADER_PRI_FACILITY
public static final SyslogFieldKeys HEADER_PROCID
public static final SyslogFieldKeys HEADER_TIMESTAMP
public static final SyslogFieldKeys HEADER_MSGID
public static final SyslogFieldKeys HEADER_VERSION
public static final SyslogFieldKeys STRUCTURED_BASE
public static final SyslogFieldKeys STRUCTURED_ELEMENT_ID_FMT
public static final SyslogFieldKeys STRUCTURED_ELEMENT_ID_PNAME_FMT
public static final SyslogFieldKeys STRUCTURED_ELEMENT_ID_PNAME_PATTERN
public static SyslogFieldKeys[] values()
for (SyslogFieldKeys c : SyslogFieldKeys.values()) System.out.println(c);
public static SyslogFieldKeys 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 getField()
Copyright © 2021 palindromicity. All rights reserved.