public static enum XLogger.Level extends Enum<XLogger.Level>
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
String |
toString() |
static XLogger.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XLogger.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XLogger.Level TRACE
public static final XLogger.Level DEBUG
public static final XLogger.Level INFO
public static final XLogger.Level WARN
public static final XLogger.Level ERROR
public static XLogger.Level[] values()
for (XLogger.Level c : XLogger.Level.values()) System.out.println(c);
public static XLogger.Level 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<XLogger.Level>
public int intValue()
Copyright © 2017 JBoss by Red Hat. All rights reserved.