Ext.LogErrorMsg()

Writes an error message to the Application Event Log.

Function Signature

 void Ext.LogErrorMsg( msg )

Parameters

Parameter Type Description

msg

Variant

Use this parameter to provide an error 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.LogInfoMsg() and Ext.LogWarningMsg() functions only in that it is labeled "Error" in the Event Viewer.

Related Topics

Extension Functions