Log Filter Options
You can set log filter options by placing the following command in your .cdsinit file:
hiSetFilterOptions( b_inputMenuCommands b_inputPrompts b_outputProgramResults b_outputMenuCommands b_outputUser b_messageErrors b_messageWarnings)
The arguments are defined below.
For example, if you want to see all the information in the output area of the CIW, add the following line to your.cdsinit file:
hiSetFilterOptions( t t t t t t t)
To see only output and errors, change the input menu and prompts arguments and the warning message argument to nil:
hiSetFilterOptions( nil nil t t t t nil)
Related Topics
Return to top