From ade84cf3d464f6f1dc2becf16602db759d689398 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 3 Jan 2013 17:40:21 -0500 Subject: Added NSLog -> TFLog macro (for TestFlight) --- TestFlight.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TestFlight.h') diff --git a/TestFlight.h b/TestFlight.h index 1c464c3..e6d0ac3 100644 --- a/TestFlight.h +++ b/TestFlight.h @@ -18,6 +18,8 @@ extern "C" { } #endif +#define NSLog(__FORMAT__, ...) TFLog((@"%s [Line %d] " __FORMAT__), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__) + /** * TestFlight object * All methods are class level -- cgit 1.4.1