We now have an command line application that runs for multiple databases.
Each database has a separate thread. In those threads the application does some console.write()
. We want to get those into an form application with tabs and each tab has a different database (and thread).
Is it possible to get get the console.write()
output to a specific tab so we know what database has outputted the code or do we need to rewrite all the code? Which we cannot do because the code is used in multiple places.