Controls the detail in debugging messages displayed in an applet's message window.
<PARAM NAME = "appletDebugLevel" VALUE = "level">
Level Value | Description |
0 | No message detail is displayed. |
1 | Displays only error detail. |
2 | Displays only errors and exceptions detail. |
3 | Displays op detail. These are messages for high level operations such as loading a driver, opening a database, and executing a query. |
4 | Displays subop detail. These are messages for component phases of operations. This mostly applies to query execution. |
5 | Displays all detail. This may take a long time as many text strings are generated. |
The default level is 4 (LEVEL_SUBOP).
Example
appletDebugLevel PARAM tag example
See also
Jdbcsource applet
allowUI PARAM tag
Using the JdbcSource applet user interface