I\'m using CocoaLumberjack in an iPhone project, to log some information.
I\'ve followed the Getting started guide, and everything works fine, but there is one thing
For those using CocoaLumberjackSwift you can simply set the following global variable anywhere in your code:
dynamicLogLevel = .verbose
Discussion here