[]
        
(Showing Draft Content)

C1.Document.LogEntryList.Add

Add Method

Add(LogEntrySeverity, Exception, string)

Adds entry to LogEntryList

Declaration
public LogEntry Add(LogEntrySeverity severity, Exception ex, string message)
Public Function Add(severity As LogEntrySeverity, ex As Exception, message As String) As LogEntry
Parameters
Type Name Description
LogEntrySeverity severity

The severity of the log entry.

Exception ex

The exception that was thrown.

string message

The log message.

Returns
Type Description
LogEntry

The LogEntry object was added to list.

Add(string)

Adds LogEntry element to list.

Declaration
public LogEntry Add(string message)
Public Function Add(message As String) As LogEntry
Parameters
Type Name Description
string message

The log message.

Returns
Type Description
LogEntry