DebugViewPP icon indicating copy to clipboard operation
DebugViewPP copied to clipboard

Log to file + Logfile maximum size

Open janwilmans opened this issue 10 years ago • 1 comments

Feature to stream the logging directly to a file, that can then be monitored remotely using any kind of sharing mechanism, specifically, a program like WinTail (http://tailforwin32.sourceforge.net/ ) should be able to monitor the file. That means a second process should be able to read the file while debugview++ is writing to it.

janwilmans avatar Dec 17 '13 18:12 janwilmans

class FileWriter is a work-in-process to make this possible, currently, it has race-conditions, see also #171

janwilmans avatar Jul 13 '14 18:07 janwilmans