public static enum ILogger.Level extends Enum<ILogger.Level>
Modifier and Type | Method and Description |
---|---|
static ILogger.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ILogger.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILogger.Level DEBUG
public static final ILogger.Level INFO
public static final ILogger.Level WARN
public static final ILogger.Level ERROR
public static final ILogger.Level FATAL
public static final ILogger.Level OFF
public static ILogger.Level[] values()
for (ILogger.Level c : ILogger.Level.values()) System.out.println(c);
public static ILogger.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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.