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