This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Created by Ullrich Schäfer on 16/08/14. | |
// Updated by Masashi Ono (akisute) on 26/12/14. | |
// | |
// Tested on CocoaLumberjack 2.0.0 rc | |
// | |
// CocoaLumberjack now officially supports Swift (https://github.com/CocoaLumberjack/CocoaLumberjack/blob/2.0.0-rc/Classes/CocoaLumberjack.swift), | |
// but both the current CocoaPods (0.35) with 2.2.0 rc doesn't support Swift yet. | |
// We got to workaround this by installing CocoaLumberjack.swift manually. | |
// I recommend you to use the official CocoaLumberjack.swift instead of this hack. |