CARVIEW |
Select Language
HTTP/2 301
server: GitHub.com
content-type: text/html
location: https://chromedevtools.github.io/devtools-protocol/tot/Log/
access-control-allow-origin: *
expires: Tue, 14 Oct 2025 19:31:59 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: 5119:4FF69:E09E2:10836C:68EEA2CE
accept-ranges: bytes
age: 0
date: Tue, 14 Oct 2025 19:21:59 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210043-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760469719.392365,VS0,VE289
vary: Accept-Encoding
x-fastly-request-id: 15c57f73839f455f3158d6c68e8c20d992e90d3d
content-length: 162
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 04:31:07 GMT
access-control-allow-origin: *
etag: W/"68e9dd8b-4e36"
expires: Tue, 14 Oct 2025 19:31:59 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: D33A:EE52F:E3FAC:10B8CE:68EEA2D7
accept-ranges: bytes
age: 0
date: Tue, 14 Oct 2025 19:21:59 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210043-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760469720.695205,VS0,VE292
vary: Accept-Encoding
x-fastly-request-id: 305905688072ce7e1303bdc121d1f30c8186b73c
content-length: 3292
Chrome DevTools Protocol - Log domain
Chrome DevTools Protocol
Log Domain
Provides access to log entries.
Methods
Events
Types
Methods
Log.clear #
Clears the log.
Log.disable #
Disables log domain, prevents further log entries from being reported to the client.
Log.enable #
Enables log domain, sends the entries collected so far to the client by means of the
entryAdded
notification.
Log.startViolationsReport #
start violation reporting.
parameters
- config
-
array[ ViolationSetting ]
Configuration for violations.
Log.stopViolationsReport #
Stop violation reporting.
Events
Types
Log.LogEntry #
Log entry.
Type: object
properties
- source
-
string
Log entry source.
Allowed Values:xml
,javascript
,network
,storage
,appcache
,rendering
,security
,deprecation
,worker
,violation
,intervention
,recommendation
,other
- level
-
string
Log entry severity.
Allowed Values:verbose
,info
,warning
,error
- text
-
string
Logged text.
- category
-
string
Allowed Values:
cors
- timestamp
-
Runtime.Timestamp
Timestamp when this entry was added.
- url
-
string
URL of the resource if known.
- lineNumber
-
integer
Line number in the resource.
- stackTrace
-
Runtime.StackTrace
JavaScript stack trace.
- networkRequestId
-
Network.RequestId
Identifier of the network request associated with this entry.
- workerId
-
string
Identifier of the worker associated with this entry.
- args
-
array[ Runtime.RemoteObject ]
Call arguments.
Log.ViolationSetting #
Violation configuration setting.
Type: object
properties
- name
-
string
Violation type.
Allowed Values:longTask
,longLayout
,blockedEvent
,blockedParser
,discouragedAPIUse
,handler
,recurringHandler
- threshold
-
number
Time threshold to trigger upon.