sopnic / larytet-master

Automatically exported from code.google.com/p/larytet-master
0 stars 0 forks source link

last line in the log truncated #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I execute oper/stoplog mf y in order to stop maof log. To the best of my
knowledge it closes the log file ? Then I execute oper/logout and then
exit. Still the last line of the log file gets truncated - not written fully.

Original issue reported on code.google.com by larytet@gmail.com on 30 Nov 2009 at 9:26

GoogleCodeExporter commented 8 years ago

Original comment by larytet@gmail.com on 30 Nov 2009 at 9:27

GoogleCodeExporter commented 8 years ago
- Make sure that Logger thread waits for the last write to finish before 
getting out. 
- Make sure that the logger closes the file in the destructor/Dispose methods

Original comment by larytet@gmail.com on 30 Nov 2009 at 9:28