LogEntry
struct
Namespace: Orleans.TestingHost.Logging
Represents a single log entry with its associated metadata.
public readonly struct LogEntry : IEquatable<LogEntry>Constructors
LogEntry(DateTimeOffset, LogLevel, string, EventId, string, Exception?)Represents a single log entry with its associated metadata.
Properties
Methods
Deconstruct(DateTimeOffset, LogLevel, string, EventId, string, Exception?)Equals(LogEntry)Indicates whether the current object is equal to another object of the same type.Equals(object)Indicates whether this instance and a specified object are equal.GetHashCodeReturns the hash code for this instance.ToStringReturns the fully qualified type name of this instance.operator ==(LogEntry, LogEntry)operator !=(LogEntry, LogEntry)
