Can anyone tell me what the difference is between NSLog and DLog?
I found about this DLog when I was looking over this project code: http://code.google.com/p/iphone-socks-proxy/
|
Can anyone tell me what the difference is between I found about this DLog when I was looking over this project code: http://code.google.com/p/iphone-socks-proxy/ |
|||||||||||
|
|
|
|||||||||||
|
|
DLog is a commonly used "Debug NSLog" alternative (just Google for it) Here is a complete set of Log #define directives (including ULog, a UIAlertView based Logging feature)
Just put them in your precompile header (.pch) file. (source: http://overbythere.co.uk/blog/2012/01/alternatives-nslog) |
||||
|
|
|
DLog is a macro meant to replace NSLog by implementing the here it is:
|
|||||||||
|