Sunday, 18 August 2013

How to centrally collect error informations for a report system?

How to centrally collect error informations for a report system?

I'd like to write an error report system for my project, a java desktop
software. I like how Intellij IDEA handles the topic - if an exception
occurs, the user is informed and he can choose to send an error report to
Jetbrains.
My question is how the informations about occurring errors should be
collected centrally. My first thought was to use the internal message bus
(i'm using the Reactor Framework) to send a message containing error
information to a routine that collects such informations for further
handling(showing the user, sending the report). Are there maybe some best
practises for this topic?

No comments:

Post a Comment