This project provides a DDLogger
implementation for using Bugfender in conjunction with CocoaLumberjack.
- Follow the Bugfender SDK installation instructions on the Bugfender website
- Copy
DDBugfenderLogger.swift
to your project - Add the logger to CocoaLumberjack with:
DDLog.add(DDBugfenderLogger.shared)
- Follow the Bugfender SDK installation instructions on the Bugfender website
- Copy
DDBugfenderLogger.h
andDDBugfenderLogger.m
files from this repository to your project - Add the logger to CocoaLumberjack with:
[DDLog addLogger:[DDBugfenderLogger sharedInstance]];
If you want to send to Bugfender exclusively the logs processed with CocoaLumberjack, you may want to disable some of the automated loggers.
For more information, see How do I specify the logs I want to send with Bugfender SDK?