Auto-tools/Projects/Mozmill/Mozmill 2.0/Reporting

From MozillaWiki
Jump to navigation Jump to search

We have created a first draft of pluggable reporting and logging in Mozmill.

Questions that need to be answered

What is the difference between reporting and logging

  • If these are the same, then why not just have one thing that logs/reports stuff?

Goals for Pluggable Reporting/Logging system

  • Well defined interfaces for accessing the Reporting/Logging object
  • Simple to use mechanism of adding a reporting/logging driver from the command line of mozmill

Set of things that need to be outputted by reporter/logger

  • Passing tests
  • Failing tests
  • Skipped tests
  • ??