Click or drag to resize

LogClientEnableAsync Method

Version 130.1.90
Enables log domain, sends the entries collected so far to the client by means of the `entryAdded` notification.

Namespace: CefSharp.DevTools.Log
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> EnableAsync()

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also