I am currently using Logger from Java.Util, The default behavior for logger.info is like the following
Mar 22, 2011 6:52:04 AM com.mycompany.app.App main
INFO: Test API Logger
The font is in red.
How to make the logger to output in just one line with black colored font?