什么是最好的方式来logging一个NSError ? – (void)checkThing:(Thing *)thing withError:(NSError *)error { NSLog(@"Error: %@", error); } 给我一个null消息