Doxygen: how to write log output to file?

Ter*_*rry 6 logging doxygen

I run Doxygen from the console, and get a lot of warnings and error messages for my project. For convenience, I want Doxygen to write this log output to a file. How do I specify a file for the log output?

ald*_*ldr 10

您需要编辑Doxyfile并搜索

WARN_LOGFILE =

在那里你添加输出文件,例如"DoxygenWarningLog.txt",你就完成了