BaseLogEntry

Represents a base log entry. Described in https://w3c.github.io/webdriver-bidi/#types-log-logentry.

Constructor

new BaseLogEntry(level, source, text, text, timeStamp, stackTrace)

Creates a new instance of BaseLogEntry.

Parameters:
NameTypeDescription
levelstring

The log level.

sourcesource

Script Source

textstring

The log source.

textstring

The log text.

timeStampnumber

The log timestamp.

stackTracestring

The log stack trace.

Members

level

Gets the log level.

stackTrace

Gets the log stack trace.

text

Gets the log text.

timeStamp

Gets the log timestamp.