#define NSLog(format, ...) printf("func:%s: %s --------------------- ", __PRETTY_FUNCTION__, [[NSString stringWithFormat:format, ## __VA_ARGS__] UTF8String]);