AlivcDebugLogLevel
NS_ENUM(NSInteger, AlivcDebugLogLevel)
{
AlivcDebugLogClose = 1,
AlivcDebugLogNormal = 2,
AlivcDebugLogAll = 3,
}
Undocumented
-
Undocumented
Declaration
Objective-C
AlivcDebugLogClose = 1
-
Undocumented
Declaration
Objective-C
AlivcDebugLogNormal = 2
-
Undocumented
Declaration
Objective-C
AlivcDebugLogAll = 3