I have a java application that runs multiple threads where most of them produce unique output that can't and shouldn't be mixed with the output of other's. In a nutshell I'm wondering if there is anything available that allows me to "switch" inbetween the output of the different threads. For example "Press x to navigate to the output of the next thread"
The linux screen command is basically what comes close to this. Needs to work in commandline so no swing available.
Any input is highly appreciated. If not it would end up in a custom build....