-
Notifications
You must be signed in to change notification settings - Fork 6
SNLoggerProtocol
Ju Liaoyuan edited this page Dec 20, 2022
·
1 revision
Conforms to NSObject
Declared in SNLoggerProtocol.h
– logWithContent:ext: required method
日志内容,具体类型要求由各个日志系统自行定义并解析
- (void)logWithContent:(NSString *)*content* ext:(NSDictionary *)*ext*
content
日志内容,具体类型要求由各个日志系统自行定义并解析
ext
扩展字段,统一为字典类型
SNLoggerProtocol.h
Sona Wiki