You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I'm misunderstanding something, it seems like all IOutput implementations are always used for each 'error' response.
One thing that might be nice is that currently your program will try to output to ALL implementation of IOutput. It might be better to all that to be configurable (e.g. in app config).
Something like:
So, if you keep adding output options (as in issue #6), you don't have to keep writing to all of them. Does that sound like a useful feature?
The text was updated successfully, but these errors were encountered:
In App.config I have a setting OnlyReportBrokenLinksToOutput, if true then only error-links will be outputted, if false all links will be outputted.
Outputting to several different "outputs" at the same time is confusing and not necessary. So it sounds very useful to make this configurable .
Unless I'm misunderstanding something, it seems like all IOutput implementations are always used for each 'error' response.
One thing that might be nice is that currently your program will try to output to ALL implementation of IOutput. It might be better to all that to be configurable (e.g. in app config).
Something like:
So, if you keep adding output options (as in issue #6), you don't have to keep writing to all of them. Does that sound like a useful feature?
The text was updated successfully, but these errors were encountered: