-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logger and error handling strategy #130
Comments
While we have error-handling.md which summarizes our current error handling strategy and mentions open points (cf. #343) How do specifically deal with errors in iceoryx::utils is not addressed in much detail there (we have yet to find a clear strategy for this). @budrus Even if we do not want to do this, we have not yet verified that all methods are indeed noexcept. |
@MatthiasKillat OK, but this is then no more a topic for the 1.0 release. I will update the description |
This is solved in the error handling document.
Hence, closing this issue. |
Brief feature description
Having a clear strategy for logging and error handling
Detailed information
initial document for logging and error handling strategy
clarification of open points like error handling in utils
The text was updated successfully, but these errors were encountered: