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