Click or drag to resize

HostUtilsSendLogMessageToCloudDelegate Delegate

Represents a reference to a method that will be called when an exception occurs.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void SendLogMessageToCloudDelegate(
	HostUtilsLogMessageType msg_type,
	string sClass,
	string sDesc,
	string sMessage
)

Parameters

msg_type
Type: Rhino.RuntimeHostUtilsLogMessageType
The messag type
sClass
Type: SystemString
The top level message type
sDesc
Type: SystemString
Finer grained description of the message.
sMessage
Type: SystemString
The message.
See Also