• __LINE__:在源代码中插入当前源代码行号 • __FILE__:在源文件中插入当前源文件名 • __FUNCTION__:函数名 • __DATE__:在源文件中插入当前的编译日期 • __TIME__:在源文件中插入当前编译时间