0
votes
Should log file streams be opened/closed on each write or kept open during a desktop application’s lifetime?
For large intensive applications, what I usually do is I keep the log file open for the duration of the application and have a separate thread that flushes log content in the memory to HDD periodic …
