Uses of Enum Class
cn.leancloud.LCLogger.Level
Packages that use LCLogger.Level
-
Uses of LCLogger.Level in cn.leancloud
Methods in cn.leancloud that return LCLogger.LevelModifier and TypeMethodDescriptionstatic LCLogger.LevelReturns the enum constant of this class with the specified name.static LCLogger.Level[]LCLogger.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.leancloud with parameters of type LCLogger.LevelModifier and TypeMethodDescriptionprotected booleanLCLogger.isEnabled(LCLogger.Level testLevel) protected voidLCLogger.writeLog(LCLogger.Level level, String msg) protected voidLCLogger.writeLog(LCLogger.Level level, String msg, Throwable tr) protected voidLCLogger.writeLog(LCLogger.Level level, Throwable tr) -
Uses of LCLogger.Level in cn.leancloud.core
Methods in cn.leancloud.core that return LCLogger.LevelMethods in cn.leancloud.core with parameters of type LCLogger.Level