The value of this parameter defines the level of logging, these are numerical values (ranging form -1 to 3).
Possible values are
The default is 0, logging to the console.
<HTML>
...
<APPLET code="diputree.class" archive="diputree.jar"
height="300" width="200">
<PARAM NAME="xml"
VALUE="<diputree><has><b><lt>it
works!</lt></b></has></diputree>">
<PARAM NAME="loglevel"
VALUE="3">
</APPLET>
...
</HTML>