CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
1k stars 143 forks source link

Logging into a file #272

Open UnAfraid opened 7 years ago

UnAfraid commented 7 years ago

Hello,

Is it possible to output the log into a file?

janwilmans commented 7 years ago

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.