Open
Description
Exceptions thrown in the core are translated into errors in the C API, and are always printed by the Logger, even if the user just wants to use the result of the call (valid return or error code), resulting in many unwanted error messages (that are useless warnings from the user's point of view). We need a mechanism to suppress error messages in the C API temporarily.
Activity