Global log level for CocoaLumberjack
You could use an #include statement in your *.pch file so that it’s automatically included in all your project’s files.
You could use an #include statement in your *.pch file so that it’s automatically included in all your project’s files.
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