C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / LogEntrySeverity Enumeration

LogEntrySeverity Enumeration
The severity of the log entry.
Syntax
'Declaration
 
Public Enum LogEntrySeverity 
   Inherits System.Enum
 
Members
MemberDescription
CancelledThere was a cancellation of an operation that the thread was performing.
CriticalCritical message.
ErrorError information.
InfoInformation.
WarningWarning.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Document.LogEntrySeverity

See Also