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/
NSLog
is a function that's built into the Foundation framework that Apple provides. I've never heard of DLog
, so I assume that it's a non-standard function that's implemented by the code you're looking at.