Handler that display info message in System.out and error in System.err
because JDK implementation prints all messages in System.err and in Eclipse,
for example, INFO messages are in red !
Interface used for the logging.
This don't use directly commons logging as the aim of this logging is to
provide internationalization abilities and to allow to use MessageFormat
message with an array of objects.