Skip to content

Commit bd3ec5e

Browse files
author
Apps4u
committed
Update README.md
1 parent 759fba2 commit bd3ec5e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
iOS-Logging
22
===========
33

4-
port of The Brenwill Workshop iOS Logging header file to work with Test Fligh
4+
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

Comments
 (0)