HostUtils.LogMessageType Enumeration

HostUtilsLogMessageType Enumeration

Represents the type of message that is being sent to the OnSendLogMessageToCloud event

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.4
Syntax
public enum LogMessageType
Public Enumeration LogMessageType
Members
  Member nameValueDescription
unknown0 Unknown message type
information1 Message is informational only
warning2 Message is a warning
error3 Message is an error
assert4 Message is a debug ASSERT
See Also