TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
We are using the DMLogFormatter
in our projects to clean up the console output. Feel free to use it in your project. It should be used with the CocoaLumberjack framework.
Like this:
#import "DMLogFormatter.h"
- (void)initLogger
{
DDTTYLogger *ttyLogger = [DDTTYLogger sharedInstance];
ttyLogger.logFormatter = [[DMLogFormatter alloc] init];
[DDLog addLogger:ttyLogger];
}
Under MIT Licence.
Your devmob team.