Click or drag to resize

IScriptContextAddWarning(String) Method

Adds the warning message to the event log.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
void AddWarning(
	string message
)

Parameters

message  String
The warning message to log.
See Also