Skip to content

Instantly share code, notes, and snippets.

@wbyoung
Created March 15, 2012 16:28
Show Gist options
  • Save wbyoung/2045122 to your computer and use it in GitHub Desktop.
Save wbyoung/2045122 to your computer and use it in GitHub Desktop.
FRLog
#define FRLog(format,...) \
NSLog(@"%@:%i:%s" format, \
[[NSString stringWithUTF8String:__FILE__] lastPathComponent], \
__LINE__, __PRETTY_FUNCTION__, ##__VA_ARGS__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment