CefSettings LogFile Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

The directory and file name to use for the debug log. If empty, the default name of "debug.log" will be used and the file will be written to the application directory. Also configurable using the "log-file" command-line switch.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string LogFile { get; set; }

Property Value

Type: OnlineString
See Also