Class Entry.Console
public record Entry.Console : Entry, IEquatable<EventArgs>, IEquatable<Entry>, IEquatable<Entry.Console>
- Inheritance
-
Entry.Console
- Implements
- Inherited Members
Constructors
Console(BiDi, Level, Source, string, DateTimeOffset, string, IReadOnlyList<RemoteValue>)
public Console(BiDi BiDi, Level Level, Source Source, string Text, DateTimeOffset Timestamp, string Method, IReadOnlyList<RemoteValue> Args)
Parameters
BiDi
BiDiLevel
LevelSource
SourceText
stringTimestamp
DateTimeOffsetMethod
stringArgs
IReadOnlyList<RemoteValue>
Properties
Args
public IReadOnlyList<RemoteValue> Args { get; init; }
Property Value
Method
public string Method { get; init; }