How to set log option in Wpf.ChromiumWebBrowser? #3677
-
I've know that there's a way to set by refer CefSettings class: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That is the only way to specify the log options.
You will need to call Cef.Initialize in code, generally I'd suggest in your App class. You cannot set log severity using IBrowserSettings. |
Beta Was this translation helpful? Give feedback.
That is the only way to specify the log options.
You will need to call Cef.Initialize in code, generally I'd suggest in your App class.
https://github.com/cefsharp/CefSharp.MinimalExample/blob/cefsharp/91/CefSharp.MinimalExample.Wpf/App.xaml.cs#L40
You cannot set log severity using IBrowserSettings.