Jeff-Lewis / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Log to REST-based service #395

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Rather than logging to a centralized database, ELMAH could send a 
JSON-serialized exception to a user-specified endpoint to allow centralized 
exception logging. This would remove the need for a persistent DB connections.

This is _NOT_ a request for an endpoint, just the ability to supply our own 
endpoint.

Original issue reported on code.google.com by andle...@gmail.com on 6 Jul 2015 at 8:10

GoogleCodeExporter commented 8 years ago
Have you checked out the ErrorPostModule in the ELMAH Sandbox?

https://bitbucket.org/project-elmah/sandbox/src/9a5bc79e67de996ea98a4a1c111c4e3d
7fb02d9f/src/Sandbox/ErrorPostModule.cs?at=default

Original comment by azizatif on 6 Jul 2015 at 8:23