Class LogEntry
Represents an entry in a log from a driver instance.
public class LogEntry
- Inheritance
-
LogEntry
- Inherited Members
Properties
Level
Gets the logging level of the log entry.
public LogLevel Level { get; }
Property Value
Message
Gets the message of the log entry.
public string Message { get; }
Property Value
Timestamp
Gets the timestamp value of the log entry.
public DateTime Timestamp { get; }
Property Value
Methods
ToString()
Returns a string that represents the current LogEntry.
public override string ToString()