hhyyrylainen / Leviathan

Leviathan Game Engine
Other
17 stars 8 forks source link

Create Logger in CEF process #23

Open hhyyrylainen opened 6 years ago

hhyyrylainen commented 6 years ago

Right now using some common functions that uses the logger will crash the GUI process. Instead there should be an additional Logger created in the GUI process that uses the CEF log macros. The logger should only be created when it is actually ran in a separate process (and not with --single-process).