Log(value)

Sets the message to write to a log file in the Sage CRM installation folder. This method is only available when the Debug property is set to true.

Parameters

String. Specifies the message to write.

Examples

MsgHandler.Debug = true;
MsgHandler.Log("testing application");