MTLog
MTLog copied to clipboard
NSLog replacement for coders!
A very useful lib. One question, will this pass App Store's review? Thanks.
-(IBAction)actionSaveToFile:(id)sender { NSLog(@"_route:file(log.txt,append)"); ``` NSLog(@"Message 1"); NSLog(@"Message 2"); NSString* logPath = [(MTLogPluginRoute*)[MTLog pluginsByName:@"route"].firstObject logFilePath]; [[[UIAlertView alloc] initWithTitle:@"Log file saved" message:[NSString stringWithFormat:@"The log file is located at %@", logPath] delegate:nil cancelButtonTitle:@"Close"...
Gr8 project. I was wondering if this could somehow relate to this project but Ive always wanted, for debugging purposes, a way to keep track of a single property or...
it'd be ahmazing if MTLog could automatically push NSLogs out to CLS_LOG() or TFLog()