Currently, we are defining ourselves an extended log mechanism to print out the class name and the source line number of the log.
#define NCLog(s, ...) NSLo
It's actually just as simple as:
printf(_cmd);
For some reason iOS allows _cmd to be passed as a literal char with not even a compile warning. Who knows