Error recording - How to record errors in your application to debug later
Recording errors is an important part of error handling. In short, when certain errors occur in programs, you want to know about it. This is particularly important with bugs.
You need to:
know that they occurred
have useful information about them so...
sargalias.hashnode.dev4 min read