Class ConsoleEntryAddedEventArgs
public sealed record ConsoleEntryAddedEventArgs : EntryAddedEventArgs, IEquatable<EventArgs>, IEquatable<EntryAddedEventArgs>, IEquatable<ConsoleEntryAddedEventArgs>
- Inheritance
-
ConsoleEntryAddedEventArgs
- Implements
- Inherited Members
Constructors
ConsoleEntryAddedEventArgs(IBiDi, Level, Source, string?, DateTimeOffset, string, IReadOnlyList<RemoteValue>)
public ConsoleEntryAddedEventArgs(IBiDi BiDi, Level Level, Source Source, string? Text, DateTimeOffset Timestamp, string Method, IReadOnlyList<RemoteValue> Args)
Parameters
BiDiIBiDiLevelLevelSourceSourceTextstringTimestampDateTimeOffsetMethodstringArgsIReadOnlyList<RemoteValue>
Properties
Args
public IReadOnlyList<RemoteValue> Args { get; init; }
Property Value
Method
public string Method { get; init; }