QuickLogger
QuickLogger copied to clipboard
Make stringlist provider control compatible
- Changing the LogList property datatype back to TStrings to make it compatible with more VCL controls.
- Fixes handling of global CriticalSection. This prevents exceptions when the unit was deinitialized while the loghandler is still acitve
A demo application will follow with the next pull request
But then you have the problem that the CriticalSection is not cleared when closing the program.
The problem happens when the ProviderUnit is finalized before the central loghandler unit.
What should we do now? I think that you're solution will raise a memory leak, my solution is not so nice, but clean.
Any news?
Hellooo?
Any chance to get this handled?