Ext.LogWarningMsg( msg )

Description

Writes the warning message given by the string msg to the Event Viewer log. This differs from the Ext.LogErrorMsg( msg ) and Ext.LogInfoMsg( msg ) functions only in that it is labeled "warning" in the Event Viewer.

Argument

msg

Use this argument to provide an error message that appears in the Event Viewer.

Return Values

Empty.

Related Topics