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