Interface ITestLogEntry
A test log entry.
public interface ITestLogEntry
Properties
Message
Gets the entry message.
string Message { get; }
Property Value
TimeOffset
Gets the entry timestamp.
TimeSpan TimeOffset { get; }
A test log entry.
public interface ITestLogEntry
Gets the entry message.
string Message { get; }
Gets the entry timestamp.
TimeSpan TimeOffset { get; }