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