Can anyone tell me what the difference is between NSLog and DLog?
NSLog
DLog
I found about this DLog when I was looking over this project code: http:/
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.