Log.enableEnables log domain, sends the entries collected so far to the client by means of the `entryAdded` notification.
{
"id": 1,
"method": "Log.enable"
}
{
"id": 1,
"result": {}
}
const result = await send('Log.enable');
console.log(result);