Created
March 11, 2015 20:59
-
-
Save rraallvv/c2e2139bec732b8ab7f1 to your computer and use it in GitHub Desktop.
NSLog w/o timestamp nor cached output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define NSLog(FORMAT, ...) fprintf( stderr, "%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment