DumpMsgToLog method: OptInterface class
Syntax
DumpMsgToLog(LogSeverity, Message)
Description
The DumpMsgToLog method writes the specified status message to the optimization engine log file, with the specified severity.
Parameters
| Parameter | Description |
|---|---|
|
LogSeverity |
Specify the severity level of the message, as one of the following system constants:
|
|
Message |
Specify as a string the text of the log message. |
Returns
None.