-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MMKVLogLevelThe levels of MMKV log.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LevelDebugDebug level. Not available for release/production build.
LevelInfoInfo level. The default level.
LevelWarningWarning level.
LevelErrorError level.
LevelNoneSpecial level for disabling all logging.It's highly NOT suggested to turn off logging. Makes it hard to diagnose online/production bugs.
-
Method Summary
Modifier and Type Method Description static Array<MMKVLogLevel>values()static MMKVLogLevelvalueOf(String name)-
-
Method Detail
-
values
static Array<MMKVLogLevel> values()
-
valueOf
static MMKVLogLevel valueOf(String name)
-
-
-
-