Reputation: 8852
I'm using Serilog in my Asp.Net MVC project. (If it matters, I'm using the SQL Server Sink).
Previously, I installed StackExchange.Exceptional, and its near so easy to use as Serilog, but it have with a great feature: We can access the logs via web interface, accessing an "exceptions.axd" configured via web.config.
I see Serilog is a "low level logger", it can be used in web, desktop, consoles, etc... then obviously it doesnt comes with this ".axd" function.
There is some Serilog extension, or project with a simple axd handler like this, where we can install and just works like in StackExchange.Exceptional?
Upvotes: 5
Views: 1630
Reputation: 11554
I've implemented a simple log viewer for Serilog and SQLServer sink. It will come in handy if you are using ASP.NET Core.
Upvotes: 3