BrowserConsoleMessageEvent
Defined in: client/api.d.ts:2450
A console call made by a page.
Properties
Section titled “Properties”line:
number
Defined in: client/api.d.ts:2469
Line number within that script.
message
Section titled “message”message:
string
Defined in: client/api.d.ts:2459
Console message body.
severity
Section titled “severity”severity:
"debug"|"info"|"warning"|"error"|"fatal"
Defined in: client/api.d.ts:2474
Console severity.
source
Section titled “source”source:
string
Defined in: client/api.d.ts:2464
Script URL that logged it.
viewId
Section titled “viewId”viewId:
number
Defined in: client/api.d.ts:2454
Identifier of the view the event belongs to.
