Click or drag to resize

LogImportance Enumeration

[This is preliminary documentation and is subject to change.]

Importance of an event log entry

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
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