Ext.LogWarningMsg()

Writes a warning message to the Application Event Log.

Function Signature

 void Ext.LogWarningMsg( msg )

Parameters

Parameter Type Description

msg

Variant

Use this argument to provide a warning message that appears in the Windows Event Viewer.

Return

Type Description

None

Technical Details

SBM ModScript version: 11.3.

Notes

This differs from the Ext.LogErrorMsg() and Ext.LogInfoMsg() functions only in that it is labeled "Warning" in the Event Viewer.

Related Topics

Extension Functions