elmah / Elmah

Error Logging Modules & Handlers for ASP.NET
https://elmah.github.io/
Apache License 2.0
310 stars 65 forks source link

Log to REST-based service #395

Closed atifaziz closed 7 years ago

atifaziz commented 9 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.


Originally reported on Google Code with ID 395

Reported by andlewis on 2015-07-06 20:10:32

atifaziz commented 9 years ago

Have you checked out the ErrorPostModule in the ELMAH Sandbox?


Reported by @atifaziz on 2015-07-06 20:23:59

ThomasArdal commented 7 years ago

Maybe just close this one? As you say, ErrorPostModule does exactly this.

atifaziz commented 7 years ago

Duplicate of #359