Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 443 Bytes

README.markdown

File metadata and controls

22 lines (12 loc) · 443 Bytes

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