We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759fba2 commit bd3ec5eCopy full SHA for bd3ec5e
README.md
@@ -1,4 +1,9 @@
1
iOS-Logging
2
===========
3
4
-port of The Brenwill Workshop iOS Logging header file to work with Test Fligh
+port of The Brenwill Workshop iOS Logging header file to work with Test Flight SDK.
5
+
6
+ I could just add a Macro
7
+ #define NSLog(__FORMAT__, ...) TFLog((@"%s [Line %d] " __FORMAT__), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)
8
+or
9
+ #define NSLog(__FORMAT__, ...) TFLog(__FORMAT__, ...)
0 commit comments