LVLogger Class Reference
Inherits from | NSObject |
---|---|
Declared in | LVRTCEngineDefines.h |
+ log:function:format:
内部日志打印逻辑,推挤使用宏定义的方式使用
+ (void)log:(LVLoggingSeverity)flag function:(const char *)function format:(NSString *)format, ...
Parameters
flag |
日志类型 |
---|---|
function |
日志所在函数 |
format |
格式 |
... |
字符串格式化 |
Declared In
LVRTCEngineDefines.h