I use DLog
macro in an ARC project, and I got the warning:
Implicit declaration of function 'DLog' is invalid in C99
You can find DLog
from http://iphoneincubator.com/blog/debugging/the-evolution-of-a-replacement-for-nslog
How to fix this warning?