HostUtils.SendLogMessageToCloudDelegate Delegate

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
)
Public Delegate Sub SendLogMessageToCloudDelegate ( 
	msg_type As HostUtilsLogMessageType,
	sClass As String,
	sDesc As String,
	sMessage As String
)

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also