CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | BSD |
ReleasedLast Release | Oct 2016 |
Maintained by Michael Simons, Mike Simons.
Depends on: | |
CocoaLumberjack/Default | ~> 3.0 |
Crashlytics | >= 0 |
CrashlyticsLumberjack is a bridge between Crashlytics logging and CocoaLumberjack.
pod 'CrashlyticsLumberjack', '~>1.0.0'
to your podfile.pod 'CrashlyticsLumberjack', '~> 2.0.0'
OR
CrashlyticsLumberjack.h
and CrashlyticsLumberjack.m
to your project.This code uses ARC.
#import <CrashlyticsLumberjack/CrashlyticsLogger.h>
[DDLog addLogger:[CrashlyticsLogger sharedInstance]];
BSD 3-Clause, see http://www.opensource.org/licenses/BSD-3-Clause