Ext.LogInfoMsg()

Writes an info message to the Application Event Log.

Function Signature

 void Ext.LogInfoMsg( msg )

Parameters

Parameter Type Description

msg

Variant

Use this argument to provide an info 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.LogWarningMsg() functions only in that it is labeled "Information" in the Event Viewer.

Related Topics

Extension Functions