Clean NSLog - No timestamp and program name Clean NSLog - No timestamp and program name ios ios

Clean NSLog - No timestamp and program name


Use this code (notice the ## part):

#define NSLog(FORMAT, ...) fprintf(stderr, "%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);