mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-16 07:22:10 +00:00
feat(log): enable console logging in RelWithDebInfo builds (#14439)
* feat(log): enable console logging in RelWithDebInfo builds * perf(log): make console logging async to avoid blocking startup * fix(log): gate console sink to RelWithDebInfo builds --------- Co-authored-by: Gabriel <bielpaess912@gmail.com>
This commit is contained in:
@@ -2261,6 +2261,7 @@ GUI_App::~GUI_App()
|
||||
|
||||
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__<< boost::format(": exit");
|
||||
shutdown_console_logging();
|
||||
}
|
||||
|
||||
bool GUI_App::is_blocking_printing(MachineObject *obj_)
|
||||
|
||||
Reference in New Issue
Block a user