Table of Contents

Class LogEntry

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

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

LogLevel

Message

Gets the message of the log entry.

public string Message { get; }

Property Value

string

Timestamp

Gets the timestamp value of the log entry.

public DateTime Timestamp { get; }

Property Value

DateTime

Methods

ToString()

Returns a string that represents the current LogEntry.

public override string ToString()

Returns

string

A string that represents the current LogEntry.