Skip to content

Instantly share code, notes, and snippets.

@rraallvv
Created March 11, 2015 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rraallvv/c2e2139bec732b8ab7f1 to your computer and use it in GitHub Desktop.
Save rraallvv/c2e2139bec732b8ab7f1 to your computer and use it in GitHub Desktop.
NSLog w/o timestamp nor cached output
#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