You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are hard coded unconditional error messages using std::cerr which cannot be disabled. It would be great if it would be possible to disable them, or perhaps define your own log callback which is invoked to print the messages. This would allow an application using osqp-eigen to incorporate these error messages in whatever logging framework it prefers.
The text was updated successfully, but these errors were encountered:
Hi @kalj, thanks a lot for the suggestion. It makes definitely sense. It is something we did not consider while developing it. Also, feel free to open a PR for it.
Currently, there are hard coded unconditional error messages using
std::cerr
which cannot be disabled. It would be great if it would be possible to disable them, or perhaps define your own log callback which is invoked to print the messages. This would allow an application usingosqp-eigen
to incorporate these error messages in whatever logging framework it prefers.The text was updated successfully, but these errors were encountered: