AlivcDebugLogLevel
enum AlivcDebugLogLevel : NSInteger {}
debug日志等级
- AlivcDebugLogClose: Close
- AlivcDebugLogNormal: Normal
- AlivcDebugLogAll: All
-
Undocumented
Declaration
Objective-C
AlivcDebugLogClose = 1
-
Undocumented
Declaration
Objective-C
AlivcDebugLogNormal = 2
-
Undocumented
Declaration
Objective-C
AlivcDebugLogAll = 3