ข้ามไปยังเนื้อหา

Enum DiagnosticSeverity

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Engine.Diagnostics
Assembly: Cephalon.Engine.dll

Describes the severity attached to a published diagnostics event definition.

public enum DiagnosticSeverity

Critical = 5

The event indicates a critical condition that usually requires immediate attention.

Debug = 1

The event is intended for debug-oriented diagnostics.

Error = 4

The event indicates an error condition.

Information = 2

The event describes expected informational runtime behavior.

Trace = 0

The event is useful only for highly detailed trace output.

Warning = 3

The event highlights a warning condition or degraded behavior.