Click or drag to resize

CefSettingsBaseLogFile Property

Version 86.0.240
The directory and file name to use for the debug log. If empty a default log file name and location will be used. On Windows a "debug.log" file will be written in the main executable directory. Also configurable using the"log-file" command- line switch.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public string LogFile { get; set; }

Property Value

Type: String
See Also