CocoaPods trunk is moving to be read-only. Read more on the blog, there are 10 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Jozef Izso.
DDColorConsoleLogger is logger with colorful output.
DDColorConsoleLogger requires CocoaLumberjack in your application project and XcodeColors extension installed in Xcode.
DDColorConsoleLogger is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DDColorConsoleLogger', '~> 1.0.0'#import <CocoaLumberjack/DDLog.h>
#import <DDColorConsoleLogger/DDColorConsoleLogger.h>
- (void)setupLogging
{
[DDLog addLogger:[DDColorConsoleLogger sharedInstance]];
DDLogError(@"Error");
DDLogWarn(@"Warn");
DDLogInfo(@"Info");
DDLogDebug(@"Debug");
DDLogVerbose(@"Verbose");
}Jozef Izso, [email protected]
DDColorConsoleLogger is available under the MIT license. See the LICENSE file.