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/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NSLogis a function that’s built into the Foundation framework that Apple provides. I’ve never heard ofDLog, so I assume that it’s a non-standard function that’s implemented by the code you’re looking at.