← Back to Log domain

Log.clear

Clears the log.

Domain: Log stable

Example Request

{
  "id": 1,
  "method": "Log.clear"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Log.clear');
console.log(result);