-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum Plog.LogLevel
Enum for specifying log levels for user
-
-
Method Summary
Modifier and Type Method Description static Array<Plog.LogLevel>
values()
static Plog.LogLevel
valueOf(String name)
-
-
Method Detail
-
values
static Array<Plog.LogLevel> values()
-
valueOf
static Plog.LogLevel valueOf(String name)
-
-
-
-