Hello,
I'm trying TMS Logging and it works well.
I would like to save the logs in a database table.
I read in the documentation to use
TMSLogger.RegisterOutputHandlerClass(TTMSLoggerDataSourceOutputHandler, [DataSource1]);
Ok, but the table must already be present? a TTable or TQuery?
I connected a datasource and TFDMemtable with 2 fields: Name, ProcessID. But the Logger add only blank records
I don't understand where I wrong
If many concurrent calls arrive, is it necessary to manage multithreading or is the database a bottleneck?
If you have an example it would be useful to me. I will use Devart components instead of Firedac, but I think it doesn't change anything.