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.
See Also