[]
        
(Showing Draft Content)

C1.Document.LogEntryList

LogEntryList Class

The list of the log entry elements.

Inheritance
LogEntryList
Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
public class LogEntryList : List<LogEntry>, IList<LogEntry>, ICollection<LogEntry>, IList, ICollection, IReadOnlyList<LogEntry>, IReadOnlyCollection<LogEntry>, IEnumerable<LogEntry>, IEnumerable
Public Class LogEntryList
    Inherits List(Of LogEntry)
    Implements IList(Of LogEntry), ICollection(Of LogEntry), IList, ICollection, IReadOnlyList(Of LogEntry), IReadOnlyCollection(Of LogEntry), IEnumerable(Of LogEntry), IEnumerable

Constructors

Name Description
LogEntryList()

Methods

Name Description
Add(LogEntrySeverity, Exception, string)

Adds entry to LogEntryList

Add(string)

Adds LogEntry element to list.