I want to be able to open debug logging level for a specific file in my iOS application. We are using CocoaLumberJack in Swift as the logging framework. According to the documentation, this is possible in Objective C, but I could not find any documentation regarding Swift. Is it possible to do that? If so, how?
Thanks, Omer