geniuslinchao / NSLogger-CocoaLumberjack-connector

a match made in heaven

Home Page:http://github.com/steipete/NSLogger-CocoaLumberjack-connector/blob/master/README.markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSLogger-CocoaLumberjack-connector

This is a bridge for the projects

and

Just add this code to the logger initializer in your app delegate:

[DDLog addLogger:[DDNSLoggerLogger sharedInstance]];

Don't forget to

git submodules init git submodules update