Table of Contents

Enum LogItemKindFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates possible log item kinds.

[Flags]
public enum LogItemKindFlags
Extension Methods

Fields

Error = 2

'Error' flag.

Information = 1

'Information' flag.

None = 0

No flags are specified.

Other = 8

'Other' flag.

Warning = 4

'Warning' flag.

Remarks

This enumeration supports a bitwise combination of its member values.