public static enum LCLogger.Level extends Enum<LCLogger.Level>
Enum Constant and Description |
---|
ALL |
DEBUG |
ERROR |
INFO |
OFF |
VERBOSE |
WARNING |
Modifier and Type | Method and Description |
---|---|
int |
intLevel() |
static LCLogger.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LCLogger.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCLogger.Level OFF
public static final LCLogger.Level ERROR
public static final LCLogger.Level WARNING
public static final LCLogger.Level INFO
public static final LCLogger.Level DEBUG
public static final LCLogger.Level VERBOSE
public static final LCLogger.Level ALL
public static LCLogger.Level[] values()
for (LCLogger.Level c : LCLogger.Level.values()) System.out.println(c);
public static LCLogger.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 intLevel()
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.