Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / LogEntryList Class / Add Method / Add(String) Method
The log message.

In This Topic
    Add(String) Method
    In This Topic
    Adds LogEntry element to list.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal message As String _
    ) As LogEntry
    public LogEntry Add( 
       string message
    )

    Parameters

    message
    The log message.
    See Also