Skip to content

frisocki/CocoaLumberjack-DMLogFormatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Clean log formatter for CocoaLumberjack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 79.8%
  • Ruby 20.2%