Class EntryAddedEventArgs
- Namespace
- OpenQA.Selenium.BiDi.Log
- Assembly
- Selenium.WebDriver.dll
[JsonConverter(typeof(EntryAddedEventArgsConverter))]
public abstract record EntryAddedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<EntryAddedEventArgs>
- Inheritance
-
EntryAddedEventArgs
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
EntryAddedEventArgs(Level, Source, string?, DateTimeOffset)
protected EntryAddedEventArgs(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; init; }
Property Value
- StackTrace
Text
public string? Text { get; init; }
Property Value
- string
Timestamp
[JsonConverter(typeof(DateTimeOffsetConverter))]
public DateTimeOffset Timestamp { get; init; }
Property Value
- DateTimeOffset