LumberjackPrettyClassInformation 1.1.1

LumberjackPrettyClassInformation 1.1.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2015 年 3 月

Vincil Bishop 维护。



  • 作者
  • PremoSystems

CocoaLumberjack 日志格式化器,用于输出美观的类信息。

使用方法

DDLog addLogger:[DDASLLogger sharedInstance]];
[DDLog addLogger:[DDTTYLogger sharedInstance]];
[DDTTYLogger sharedInstance].logFormatter = [[PrettyClassInformationLogFormatter alloc] init];
[DDASLLogger sharedInstance].logFormatter = [[PrettyClassInformationLogFormatter alloc] init];

Podfile

platform :ios, '7.0'
pod "LumberjackPrettyClassInformation", "~> 1.0.0"