Should log classes open/close a log file stream on each write to the log file or should it keep the log file stream open throughout the application\'s lifetime until all log
I don't see any reason to close it.
On the other hand, closing and reopening takes a little extra time.