Page 1 of 1

Cef log file doesn't written to C:\ folder

PostPosted: Thu Jul 29, 2021 10:08 am
by ValentinNikin
I experimented with CefSettings LogFIle parameter, and came across with the next behavior:
If I set this parameter to some protect folder, Cef log doesn't writtent. And seems, it's ok, because if I run my app with admin privileges file with log created.
I would like there to be some warning about log file can't written to the folder. Is it possible?

Re: Cef log file doesn't written to C:\ folder

PostPosted: Thu Jul 29, 2021 3:18 pm
by amaitland
There's no built in support. You can however implement checks of your own before you call Cef.Initialize.

Re: Cef log file doesn't written to C:\ folder

PostPosted: Thu Jul 29, 2021 3:57 pm
by ValentinNikin
Ok, I see. Thank you