-JavaScript Logging is a small library which forwards client-side JavaScript logging via `console.info`, `console.error`, etc. to your ASP.NE Core application and logs the message with the equivalent log level using the `ILogger` interface. This library is inspired by the [blogpost](http://hishambinateya.com/integrate-javascript-logging-with-asp.net-core-logging-apis) and [sample application](https://github.com/hishamco/jsLogger) of Hisham and I took the liberty to create a NuGet package from his idea.
0 commit comments