SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.LogWarningMsg( msg )
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.
msg
Use this argument to provide an error message that appears in the Event Viewer.
Empty.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.