You can control logging with the Applet PARAM tag, logging output is put to the Java console of your browser:
<PARAM name="xmlBlaster/logLevels" value="ERROR,WARN"> with more logging: <PARAM name="xmlBlaster/logLevels" value="ERROR,WARN,INFO,DEBUG">See the example applet {@link http.applet.HelloWorld3} on how to use it. @author Marcel Ruff @see http.applet.HelloWorld3
|
|
|
|
|
|
|
|
|
|