Skip to content

Instantly share code, notes, and snippets.

@xd547
Created August 18, 2014 09:02
Show Gist options
  • Select an option

  • Save xd547/4df63ac0d550d3c90291 to your computer and use it in GitHub Desktop.

Select an option

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