public enum KSCLLogLevel extends Enum<KSCLLogLevel>
| Enum Constant and Description |
|---|
LOG_DEBUG |
LOG_ERROR |
LOG_INFO |
LOG_TRACE |
LOG_WARN |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static KSCLLogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KSCLLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KSCLLogLevel LOG_TRACE
Level.TRACEpublic static final KSCLLogLevel LOG_DEBUG
Level.DEBUGpublic static final KSCLLogLevel LOG_INFO
Level.INFOpublic static final KSCLLogLevel LOG_WARN
Level.WARNpublic static final KSCLLogLevel LOG_ERROR
Level.ERRORpublic static KSCLLogLevel[] values()
for (KSCLLogLevel c : KSCLLogLevel.values()) System.out.println(c);
public static KSCLLogLevel 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 toString()
toString in class Enum<KSCLLogLevel>public String getName()
Copyright © 2016 <code@io7m.com> http://io7m.com