Enum TypeOfMessageCl
- Namespace
- SunamoCl._public.SunamoEnums.Enums
- Assembly
- SunamoCl.dll
Defines the types of messages that can be displayed in the console with different colors
public enum TypeOfMessageCl
- Extension Methods
Fields
Appeal = 4Appeal message requesting user attention, typically displayed in magenta
Error = 0Error message, typically displayed in red
Information = 2Informational message, typically displayed in white
Ordinal = 3Ordinal (standard) message, typically displayed in default color
Success = 5Success message, typically displayed in green
Warning = 1Warning message, typically displayed in yellow