ascedmor / macromaker

easily make custom macros
GNU General Public License v3.0
0 stars 0 forks source link

Error handling #15

Closed ascedmor closed 5 years ago

ascedmor commented 5 years ago

All in built errors are currently handled as non critical in terms of log levels. Ideally each error should be handled as critical or non critical depending on the severity

ascedmor commented 5 years ago

There are a couple of issues with doing this, I think its best to treat all in built errors as level 0 so that they show up in the log with the full error message. The main problem with this is runtime will not be interrupted unless a crash occurs, meaning users may not necessarily be aware an error even occurred.

Closing issue