Xie Zuan
Results
1
issues of
Xie Zuan
-(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"...