Package 

Enum MMKVLogLevel

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum MMKVLogLevel
    
                        

    The levels of MMKV log.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LevelDebug

      Debug level. Not available for release/production build.

      LevelInfo

      Info level. The default level.

      LevelWarning

      Warning level.

      LevelError

      Error level.

      LevelNone

      Special 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 MMKVLogLevel valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait