Where is Logfile stored using cocoaLumberjack
You can download the log files from connected device, or you can send directly from app. Both approaches are described below. Send log files from app through email, in Swift Write this in the class where you have a reference to DDFileLogger. I would put this in a custom logger class e.g. MyLogger.swift var ddFileLogger: … Read more