asai
asai copied to clipboard
Debugging support
Based on some private conversation, I believe what we want is some support for developers to debug. @mmcqd
The current design is to make users happy, but we may also want to support spewing out more debugging information.
@mmcqd @TOTBWF @jonsterling I have two competing designs:
- Have a separate
LoggerandReportercan useLoggerdirectly. - Only add those functions to
Reporter.
I wonder if you have any Insights... how would you like to add the ability to give more debugging information?