-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AFLogger.LogLevel
-
-
Field Summary
Fields Modifier and Type Field Description private intlevel
-
Method Summary
Modifier and Type Method Description static Array<AFLogger.LogLevel>values()static AFLogger.LogLevelvalueOf(String name)intgetLevel()-
-
Method Detail
-
values
static Array<AFLogger.LogLevel> values()
-
valueOf
static AFLogger.LogLevel valueOf(String name)
-
getLevel
int getLevel()
-
-
-
-