|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MessageHeaderFormat>
com.genesyslab.platform.logging.configuration.MessageHeaderFormat
public enum MessageHeaderFormat
Describes the format of log string to be written into the log file.
Enum Constant Summary | |
---|---|
FULL
Full message header to be written to the log file. |
|
MEDIUM
Short message header with LoggerName info to be written to the log file. |
|
SHORT
Short message header to be written to the log file. |
|
ShortCSV
Short message header to be written to the log file. |
|
ShortDSV
Short message header to be written to the log file. |
|
ShortTSV
Short message header to be written to the log file. |
Method Summary | |
---|---|
static MessageHeaderFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageHeaderFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MessageHeaderFormat SHORT
public static final MessageHeaderFormat FULL
public static final MessageHeaderFormat MEDIUM
public static final MessageHeaderFormat ShortCSV
public static final MessageHeaderFormat ShortTSV
public static final MessageHeaderFormat ShortDSV
Method Detail |
---|
public static MessageHeaderFormat[] values()
for (MessageHeaderFormat c : MessageHeaderFormat.values()) System.out.println(c);
public static MessageHeaderFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |