Hello,
I found a minor problem in IcsLogger after the error opening log file.
Error in TFileStream is catched be exception handler, but not re-raised.
It appears twice in TIcsLogger.InternalOpenLogFile.
Currently after error opening file the program flows continues by
executing FLogFile.Seek
which causes access violation.
Code looks like:
try
FLogFile := TFileStream.Create(FLogFileName, fmCreate);
except
on E : Exception do
ELoggerException.Create(E.Message); // <- raise keyword
missing
end;
nice greetings
Robert
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be