BaseLogEntry

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

Constructor

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

Creates a new instance of BaseLogEntry.

Parameters:
NameTypeDescription
levelstring

The log level.

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.