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