FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / LogEntryList Class / Add Method / Add(LogEntrySeverity,Exception,String) Method
The severity of the log entry.
The exception that was thrown.
The log message.

In This Topic
    Add(LogEntrySeverity,Exception,String) Method
    In This Topic
    Adds entry to LogEntryList
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal severity As LogEntrySeverity, _
       ByVal ex As Exception, _
       ByVal message As String _
    ) As LogEntry
    public LogEntry Add( 
       LogEntrySeverity severity,
       Exception ex,
       string message
    )

    Parameters

    severity
    The severity of the log entry.
    ex
    The exception that was thrown.
    message
    The log message.

    Return Value

    The LogEntry object was added to list.
    See Also