Skip to content

How to turn off error messages in C API calls #3231

Open
@pnorbert

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions