Table of Contents

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 = 4

Appeal message requesting user attention, typically displayed in magenta

Error = 0

Error message, typically displayed in red

Information = 2

Informational message, typically displayed in white

Ordinal = 3

Ordinal (standard) message, typically displayed in default color

Success = 5

Success message, typically displayed in green

Warning = 1

Warning message, typically displayed in yellow