CefSettingsLogFile Property |
Version 55.0.0
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 and Linux a "debug.log"
file will be written in the main executable directory.
Also configurable using the"log-file" command-line switch.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public string LogFile { get; set; }
public:
property String^ LogFile {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also