I use the old RenderException method in a class that derives from DefaultRenderer to get Exceptions to into a workable XML format.
Looking through 1.2.9 stuff, I see that this has gone far, far away and isn’t listed in the breaking changes section of the docs. Was anyone else using this method and found a work around without having to customize log4net source?
override protected string RenderException (RendererMap rendererMap, Exception e)
Sadly,
chris
