CocoaPods trunk is moving to be read-only. Read more on the blog, there are 10 months to go.

DDColorConsoleLogger 1.0.1

DDColorConsoleLogger 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Jozef Izso.



  • By
  • Jozef Izso

DDColorConsoleLogger is logger with colorful output.

Requirements

DDColorConsoleLogger requires CocoaLumberjack in your application project and XcodeColors extension installed in Xcode.

Installation

DDColorConsoleLogger is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'DDColorConsoleLogger', '~> 1.0.0'

Usage

#import <CocoaLumberjack/DDLog.h>
#import <DDColorConsoleLogger/DDColorConsoleLogger.h>

- (void)setupLogging
{
    [DDLog addLogger:[DDColorConsoleLogger sharedInstance]];

    DDLogError(@"Error");
    DDLogWarn(@"Warn");
    DDLogInfo(@"Info");
    DDLogDebug(@"Debug");
    DDLogVerbose(@"Verbose");
}

Author

Jozef Izso, [email protected]

License

DDColorConsoleLogger is available under the MIT license. See the LICENSE file.