测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最新发布 | 2015 年 3 月 |
由 Vincil Bishop 维护。
CocoaLumberjack 日志格式化器,用于输出美观的类信息。
DDLog addLogger:[DDASLLogger sharedInstance]];
[DDLog addLogger:[DDTTYLogger sharedInstance]];
[DDTTYLogger sharedInstance].logFormatter = [[PrettyClassInformationLogFormatter alloc] init];
[DDASLLogger sharedInstance].logFormatter = [[PrettyClassInformationLogFormatter alloc] init];
platform :ios, '7.0'
pod "LumberjackPrettyClassInformation", "~> 1.0.0"