I\'m using the standard ConsoleHandler from java.util.logging and by default the console output is directed to the error stream (i.e. System.
ConsoleHandler
java.util.logging
System.
I've arrived at
SimpleFormatter fmt = new SimpleFormatter(); StreamHandler sh = new StreamHandler(System.out, fmt); logger.addHandler(sh);