Enum MsgSeverity
How severe/important a message is.
public enum MsgSeverity
- Extension Methods
Fields
Error = 2
A critical error that should be attended to.
Info = 0
A nice-to-know piece of information.
Warn = 1
A warning that doesn't have to be acted upon immediately.