fritzing-app
fritzing-app copied to clipboard
Error notifications and logging, reporting
From [email protected] on March 07, 2008 06:58:59
We need a policy and central API for logging and displaying information/warnings/errors.
The discussion we had so far is at
The policy needs to contain rules for
- When to log something at all
- When to show something in the UI at all
- Which level it gets
- What it looks like
- How it is formulated (positively!)
- What information it contains
For the API we might consider an extra FritzingReporter class which redirects to the logger and the proper UI widget.
Original issue: http://code.google.com/p/fritzing/issues/detail?id=110