[]
The list of the log entry elements.
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
| Name | Description |
|---|---|
| LogEntryList() |
| Name | Description |
|---|---|
| Add(LogEntrySeverity, Exception, string) | Adds entry to LogEntryList |
| Add(string) | Adds LogEntry element to list. |