LumberjackPrettyClassInformation 1.1.1

LumberjackPrettyClassInformation 1.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2015

Maintained by Vincil Bishop.



  • By
  • PremoSystems

A CocoaLumberjack log formatter for pretty class information output.

Usage:

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"