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

Open
opened 2019-09-28 00:17:41 +03:00 by icex2 · 0 comments
icex2 commented 2019-09-28 00:17:41 +03:00 (Migrated from github.com)

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.

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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/djhackersdev_bemanitools#13