I have a form with a TMemo that I want to show what is going on in several services started by the application.
What I have running:
- idHTTPServer running with idContext responding to requests
- a Thread downloading updates from Dropbox
- idUDPServer responding to UDP requests
- another thread taking care of some database stuff.
- the main application thread also needed to add log
Basically, I need to know how to create a standard, unified, thread safe way to channel the log messages to my TMemo and keep the user updated of what is going on.