Skip to content
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

util: Add log_error to util/log which does not hard fail #13

Open
icex2 opened this issue Sep 27, 2019 · 0 comments
Open

util: Add log_error to util/log which does not hard fail #13

icex2 opened this issue Sep 27, 2019 · 0 comments

Comments

@icex2
Copy link
Contributor

icex2 commented Sep 27, 2019

There are scenarios, e.g. iidxio fails initializing, when you actually want to log an error because something did not work (IO init) and can’t be used but the application can handle the error and can at least run without that feature. With log_fatal this is not possible and log_warning is too weak to express the severity.

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

No branches or pull requests

1 participant