verbose PARAM tag
Enables or disables the logging of the applet's InfoBus output (array contents) to System.out.
Syntax
<PARAM NAME = "verbose" VALUE = "setting">
Values
- setting
- If set to True, the applet logs its InfoBus output (array contents) to System.out. The default value is False.
Usage
When the parameter is enabled, the FileReader also turns on InfoBus verbose logging.
Example
verbose PARAM tag example
See also
FileReader applet
debug PARAM tag