[Interest] using QTemporaryFile for post-mortem debug logfiles?

René J. V. Bertin rjvbertin at gmail.com
Sun May 21 14:20:52 CEST 2017


Konstantin Tokarev wrote:

> Don't use QTemporaryFile. Use regular files with consistent naming, e.g.
> log-$date, remove logs older than some date at the start of your program

That's another solution, thanks. I'd probably keep only a single old logfile and 
thus spare myself the hassle of doing date/time comparisons.

R.




More information about the Interest mailing list