#ifdef DEBUG
#define YSLog(fmt, ...) printf("%s %s [line %d] ###Log %s\n", [CurrentDateString() UTF8String], [[[[NSString alloc] initWithUTF8String:__FILE__] componentsSeparatedByString:@"/"].lastObject UTF8String], __LINE__, [[NSString stringWithFormat:fmt, ## __VA_ARGS__] UTF8String])
#else
#define YSLog(fmt, ...)
#endif
网友评论