I use TEventLog component to debug my application, log all steps in order to fully verify that is working properly.
Is TEventLog thread safe, I am writing from multiple threads using the same instance of TEventLog. Is it wrong, should I use critical sections when writting ?