Initializing help system before first use

OUTPUTLOG

Description
This controls the level of output produced by the Optimizer during optimization. In the Console Optimizer, OUTPUTLOG controls which messages are sent to the screen ( stdout). When using the Optimizer library, no output is sent to the screen. If the user wishes output to be displayed, they must define a callback function and print messages to the screen themselves. In this case, OUTPUTLOG controls which messages are sent to the user output callback.
Type
Integer
Values
0 
Turn all output off.
1 
Print all messages.
3 
Print error and warning messages.
4 
Print error messages only.
Default value
1
Affects routines