Closed ubruhin closed 1 year ago
How about simply setting the level to Message_Gravity.Message_Fail
in CQ without adding new methods?
Good point, I think that would be fine for me! :+1:
It's probably a good default anyway for CadQuery, and if the need for configurability arises, it could still be added to the public API later.
Currently the console output is quite verbose, at least when performing a STEP export. To avoid the "noise" on the console output, we would like to configure the logging level.
I found out that this is possible by accessing OCP directly:
So this is not a critical issue at all, but I think it would be nice to have this feature in the API of CadQuery.
Links to OCCT documentation:
Message::DefaultMessenger()
Message_Messenger::Printers()
Message_Printer::SetTraceLevel()