TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Vincil Bishop.
A CocoaLumberjack log formatter for pretty class information output.
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"