TechSmith / Crashlyticslumberjack
Licence: other
Stars: ✭ 118
CrashlyticsLumberjack
CrashlyticsLumberjack is a bridge between Crashlytics logging and CocoaLumberjack.
##Using
- Add
pod 'CrashlyticsLumberjack', '~>1.0.0'
to your podfile. - For Cococalumberjack 2.0 support, add
pod 'CrashlyticsLumberjack', '~> 2.0.0'
OR
- Simply add
CrashlyticsLumberjack.h
andCrashlyticsLumberjack.m
to your project.
This code uses ARC.
#####Example:
#import <CrashlyticsLumberjack/CrashlyticsLogger.h>
[DDLog addLogger:[CrashlyticsLogger sharedInstance]];
##License
BSD 3-Clause, see http://www.opensource.org/licenses/BSD-3-Clause
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected]