Closed GoogleCodeExporter closed 9 years ago
Original comment by azizatif
on 8 Jan 2010 at 8:04
Original comment by azizatif
on 9 Jan 2010 at 5:28
Implemented in r698.
There is a new class called ServiceCenter. Assign a new implementation of
ServiceProvideQueryHandler to its Current property. The method represented by
ServiceProvideQueryHandler should then return a class that implements
IServiceProvider. ELMAH will call this class to request the ErrorLog. That
ErrorLog
can then be programatically configured.
Original comment by azizatif
on 9 Jan 2010 at 7:33
Original comment by azizatif
on 9 Jan 2010 at 7:33
Doesn't seem to work with the XmlFileErrorLog.
It calls the IServiceProvider as it should and I return the configured
XmlFileErrorLog instance set to the same as if it was set and created using the
Web.Config, but it never write any logs.
Original comment by superlyn...@gmail.com
on 3 Jun 2012 at 2:08
@superlynhurtig This is a closed feature issue. If you think you have found a
bug, please report it as a new issue with as many details as you can share
about your setup and why you think it is bug.
Original comment by azizatif
on 3 Jun 2012 at 4:33
Original issue reported on code.google.com by
azizatif
on 8 Jan 2010 at 7:55