I added Java's own Logger ( java.util.logging.Logger) to my project, thinking this was a better practice than using System.out.printLn, but was disappointed to find that all the console output was in Red.
I would expect this for items logged as Severe or maybe even Warn, but this even included Info items.
Is there a way of modifying these colours?
If not, I shall just have to return to System.out.printLn.
I am not looking to print different colours using System.out.printLn.