![]() |
![]() ![]() ![]() |
acThreadSafeLog component.
|
property FileName: String;
|
The FileName property specifies the file to which the log should be written.
|
|
The file will be appended with some text every time when the application calls the Log method, if LogToFile property is True.
|
|
![]() |
|
Also, unfortunately the application can NOT use the same log file from its several running instances (since the log file are locked by first application instance), so use acOnlyOne component to allow to run only one instance of your application.
|
|
![]() |
FlushBuffers, Memo, LogToFile, LogToMemo and Options properties;
|
Log and Flush methods;
|
acOnlyOne component.
|