Skip to content

Instantly share code, notes, and snippets.

@xd547
Created August 18, 2014 09:02
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 xd547/4df63ac0d550d3c90291 to your computer and use it in GitHub Desktop.
Save xd547/4df63ac0d550d3c90291 to your computer and use it in GitHub Desktop.
#define MYLog( s, ... ) NSLog( @"\n<%p %@:(%d)>\n@@@ %@", self, [[NSString stringWithUTF8String:__FILE__] lastPathComponent], __LINE__, [NSString stringWithFormat:(s), ##__VA_ARGS__] )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment