Open GoogleCodeExporter opened 8 years ago
My previous message leaves much to the imagination. I was in a rush to get
home. Here are more details.
This patch allows registration of a custom exception renderer with the
following config entries:
<sectionGroup name="elmah">
<section name="errorRenderer" type="Elmah.ErrorRendererSectionHandler, Elmah"/>
</seciontGroup>
<elmah>
<errorRenderer type="Framework.SasErrorRenderer, Framework" />
</elmah>
We provided our own renderer that used an object renderer to recurse through
and render the properties of an exception as well as the Data element, allowing
us to add context to an object as it was bubbled up the stack. This saves us
from defining and throwing a slew of new exceptions just to capture context.
We didn't want to lose that output when we added Elmah, so I added this patch.
Hope you find it useful.
Original comment by drewburl...@gmail.com
on 12 Feb 2011 at 6:46
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/206
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of
any further development.
Original comment by azizatif
on 25 Aug 2015 at 8:20
Original issue reported on code.google.com by
drewburl...@gmail.com
on 12 Feb 2011 at 5:29Attachments: