A logger formater for CocoaLumberjack to provide a better recognizable log format.
Copy the only swift file PinOnCocoaLumberjackLogFormatter.swift into your project, and in your application:didFinishLaunchingWithOptions:, add the following code to setup the logFormatter
DDTTYLogger.sharedInstance.logFormatter = PinOnCocoaLumberjackLogFormatter()
DDLog.add(DDTTYLogger.sharedInstance)Don't forget to import CocoaLumberjack