The DefaultMessageEngine offers a method setDebug() that makes it possible to print a log of the messages in the Standard Error. It would be good to generalize this method into the MessageEngine interface, so that all message engines can offer such a feature, or to externalize it to another component through the message listeners interface.
The
DefaultMessageEngineoffers a methodsetDebug()that makes it possible to print a log of the messages in the Standard Error. It would be good to generalize this method into the MessageEngine interface, so that all message engines can offer such a feature, or to externalize it to another component through the message listeners interface.