threadsafelog LogToMemo property
Return to Introduction  Previous page  Next page
Applies to
acThreadSafeLog component.  

Declaration
property LogToMemo: Boolean;  

Description
The LogToMemo property controls whether the component should direct the output of the logged text to specified Memo control (TCustomMemo component or any its desendant) every time when application calls the Log method.  
 
iiinfo The component can put logged text to either, the specified file or to Memo control. Set LogToMemo to True to store logged text to memo, or set it to False, if you want to store the logs only to file.  

See also
FileName, Memo and LogToFile properties;  
Log method.