NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
863 stars 171 forks source link

Capture ASP.NET Core logs #129

Open KiarashS opened 6 years ago

KiarashS commented 6 years ago

Add support for capturing logs of ASP.NET Core logging infrastructure with configurable log levels. As a suggestion, Error and Critical levels can be considered as default.

m0sa commented 6 years ago

started poking at that in #135

saithis commented 6 years ago

It would be cool, if logs without an exception would be supported. Currently we would have to log them to somewhere else and check both places. It's much more comfortable to have a single place for exceptions and other logs.