Click or drag to resize

LogImportance Enumeration

Importance of an event log entry

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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