FileLogger always missing latest Event
Brought to you by:
jvarszegi
It seems that the FileLogger is always one event behind
until it is "Close()"d even with IsBufferingEnabled set to
false. For example, I Log a message whenever I click a
menu option. If I only ever click one menu option, the
message is never actually written to my file until I close
my application (which Closes the FileLogger). As soon
as I click the second menu option, the first event is
written to the log, but the second event is stored until I
close the app. The logger is always one event behind.