Class GenericLogEntry
public record GenericLogEntry : LogEntry, IEquatable<EventArgs>, IEquatable<LogEntry>, IEquatable<GenericLogEntry>
- Inheritance
-
GenericLogEntry
- Implements
- Inherited Members
Constructors
GenericLogEntry(BiDi, string, Level, Source, string, DateTimeOffset)
public GenericLogEntry(BiDi BiDi, string Type, Level Level, Source Source, string Text, DateTimeOffset Timestamp)
Parameters
Properties
Type
public string Type { get; init; }