#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])
只需要在#import之前添加以上代码,就可以去掉讨厌的时间戳和进程ID啦~