debug PARAM tag
Enables or disables the writing of messages to System.out
Syntax
<PARAM NAME = "debug" VALUE = "setting">
Values
- setting
- If set to True, the applet writes messages to System.out, corresponding to major events. If set to False, messages are disabled. The default value is False.
Usage
When the parameter is enabled, the FileReader also turns on InfoBus debug logging.
Example
debug PARAM tag example
See also
FileReader applet
verbose PARAM tag