DebugViewPP icon indicating copy to clipboard operation
DebugViewPP copied to clipboard

Logging into a file

Open UnAfraid opened this issue 7 years ago • 1 comments

Hello,

Is it possible to output the log into a file?

UnAfraid avatar Jun 09 '17 16:06 UnAfraid

In the user-interface you can use file->save.

And there is a command line version of the tool. it's output can be redirected into a file. see debugviewconsole.exe -h for options.

debugviewconsole -d outputfile.txt

However, I realize is would also be good to have both the UI and log to a file, this was possible in the past, but the function did not work reliable, so it was removed/disabled. We have a proposal for a new mechanism: #109 but there is no action defined to implement it yet.

janwilmans avatar Jun 09 '17 17:06 janwilmans