NSLOG 扩展

if 0

define NSLog(FORMAT, ...) fprintf(stderr,"[%s:%d行] %s\n",[[[NSString stringWithUTF8String:FILE] lastPathComponent] UTF8String], LINE, [[NSString stringWithFormat:FORMAT, ##VA_ARGS] UTF8String]);

else

define NSLog(FORMAT, ...) nil

endif

你可能感兴趣的:(NSLOG 扩展)