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