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: Sat, 19 Jul 2025 15:57:08 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: 293C:08DB:3EDC7:49BD3:687BBDFC
accept-ranges: bytes
age: 0
date: Sat, 19 Jul 2025 15:47:08 GMT
via: 1.1 varnish
x-served-by: cache-bom4742-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752940029.689681,VS0,VE217
vary: Accept-Encoding
x-fastly-request-id: e3c853d25353e09dd1fbace211d73b088abba857
content-length: 162
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Fri, 18 Jul 2025 04:34:33 GMT
access-control-allow-origin: *
etag: W/"6879ced9-4e36"
expires: Sat, 19 Jul 2025 15:57:09 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 840B:1BDAE7:92BD8:B613B:687BBDFC
accept-ranges: bytes
age: 0
date: Sat, 19 Jul 2025 15:47:09 GMT
via: 1.1 varnish
x-served-by: cache-bom4742-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752940029.920495,VS0,VE216
vary: Accept-Encoding
x-fastly-request-id: a95db9b53ff4cb2b93f40f7b7a69b8f25d776a87
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.