Click or drag to resize

LogImportance Enumeration

Importance of an event log entry

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum LogImportance
Members
Member nameValueDescription
Debug0 Useful for debugging purposes
Information1 General information
Warning2 Warning
Error3 Recoverable error
Fatal4 Error that caused an unrecoverable condition
See Also