Class LogEntry
- Namespace
- OpenQA.Selenium.BiDi.Log
- Assembly
- WebDriver.dll
[JsonConverter(typeof(LogEntryConverter))]
public abstract record LogEntry : EventArgs, IEquatable<EventArgs>, IEquatable<LogEntry>
- Inheritance
-
LogEntry
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
LogEntry(Level, Source, string?, DateTimeOffset)
protected LogEntry(Level Level, Source Source, string? Text, DateTimeOffset Timestamp)
Parameters
Level Level
Source Source
Text string
Timestamp DateTimeOffset
Properties
Level
public Level Level { get; init; }
Property Value
- Level
Source
public Source Source { get; init; }
Property Value
- Source
StackTrace
public StackTrace? StackTrace { get; set; }
Property Value
- StackTrace
Text
public string? Text { get; init; }
Property Value
- string
Timestamp
public DateTimeOffset Timestamp { get; init; }
Property Value
- DateTimeOffset