9

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?

1 Answer 1

14

you need to edit the Doxyfile and search for

WARN_LOGFILE =

there you add the outputfile e.g. "DoxygenWarningLog.txt" and you are done

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.