int myLogPrint (int model,int level,const char *format,...);
#define XTRACE(m,l,fmt, a...) myLogPrint(m,l,"[L:%d]%s():" fmt, __LINE__,__FUNCTION__, ##a)
int myLogPrint (int model,int level,const char *format,...);
#define XTRACE(m,l,fmt, a...) myLogPrint(m,l,"[L:%d]%s():" fmt, __LINE__,__FUNCTION__, ##a)
1774
2307
2440
1395

被折叠的 条评论
为什么被折叠?