How can I output the logs to a separate line in the console?

I need to use multiple instances of the logger at the same time, so the output of each logger has to be on a separate line of output

How can I do this?

I tried to use one instance logger, but the output is unreadable and hard to understand


That’s a example of what I wanted:

logger1-info- SOME MESSAGES

logger2-info- SOME MESSAGES

logger3-info- SOME MESSAGES