[]
        
(Showing Draft Content)

C1.WPF.Document.LogEntryList.Add

Add Method

Add(LogEntrySeverity, Exception, string)

Adds entry to LogEntryList

Declaration
public LogEntry Add(LogEntrySeverity severity, Exception ex, string message)
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)
Parameters
Type Name Description
string message

The log message.

Returns
Type Description
LogEntry