Latest | 1.0.0 |
---|---|
Homepage | https://github.com/devmob-DE/CocoaLumberjack-DMLogFormatter |
License | MIT |
Platforms | ios 3.0 |
Dependencies | CocoaLumberjack |
Authors |
DMLogFormatter a CocoaLumberjack Log Formatter
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.
Usage
Like this:
#import "DMLogFormatter.h"
- (void)initLogger
{
DDTTYLogger *ttyLogger = [DDTTYLogger sharedInstance];
ttyLogger.logFormatter = [[DMLogFormatter alloc] init];
[DDLog addLogger:ttyLogger];
}
License
Under MIT Licence.
Your devmob team.
Latest podspec
{ "name": "DMLogFormatter", "version": "1.0.0", "summary": "A clean log formatter for CocoaLumberjack.", "homepage": "https://github.com/devmob-DE/CocoaLumberjack-DMLogFormatter", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Martin Stolz": "[email protected]" }, "source": { "git": "https://github.com/devmob-DE/CocoaLumberjack-DMLogFormatter.git", "tag": "1.0.0" }, "platforms": { "ios": "3.0" }, "source_files": "*.{m,h}", "dependencies": { "CocoaLumberjack": [ "~> 1.3" ] }, "requires_arc": false }
Fri, 04 Mar 2016 02:11:04 +0000