FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / LogEntrySeverity Enumeration

In This Topic
    LogEntrySeverity Enumeration
    In This Topic
    The severity of the log entry.
    Syntax
    'Declaration
     
    Public Enum LogEntrySeverity 
       Inherits System.Enum
    public enum LogEntrySeverity : 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.Win.C1Document.LogEntrySeverity

    See Also