[fpc-pascal] TEventLog rewrite the log file

Michael Van Canneyt michael at freepascal.org
Tue Dec 28 14:06:15 CET 2010



On Tue, 28 Dec 2010, ik wrote:

> Hello,
> 
> I've started using the TEventLog class and it seems to rewrite any existed content of the
> log file instead of append it.
> The code uses fmCreate, so I do not understand why it rewrite the content. is it a bug, or
> am I missing something ?

Using fmCreate always rewrites.

Appending is currently not supported.

I'm not against implementing such feature, but it's not high on my todo list.

Michael.



More information about the fpc-pascal mailing list