Enum MessageLevel
- Namespace
- The
- Assembly
- Instagile.dll
The importance level of a user-visible message.
public enum MessageLevel
Fields
Error = 3Indicates a problem which must be addressed in order to continue.
Info = 1Indicates information of no particular moral value.
Success = 0Indicates anticipated information.
Warning = 2Indicates a problem which does not have to be addressed immediately.