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:

  • %Severity_Fatal

  • %Severity_Status

  • %Severity_Error

  • %Severity_Warn

  • %Severity_Info

  • %Severity_Trace1

  • %Severity_Trace2

Message

Specify as a string the text of the log message.

Returns

None.