Enum MessageType
Denotes the type of a message
public enum MessageType
Fields
Error = 1Indicates an error
Info = 3Indicates an informational message
Log = 4Indicates a log message
Warning = 2Indicates a warning
Denotes the type of a message
public enum MessageType
Error = 1Indicates an error
Info = 3Indicates an informational message
Log = 4Indicates a log message
Warning = 2Indicates a warning