This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Fix DebugLogger to log exception details #388
Closed
Description
@BrennanConroy recently fixed EventLogLogger
to log exceptions, but DebugLogger
didn't get the same love: 6b07c6a#diff-9bbe2418382dbe1fba6ad79cb1f4a081R104.
That would be great if the debug logger could log exception details: https://github.com/aspnet/Logging/blob/dev/src/Microsoft.Extensions.Logging.Debug/DebugLogger.cs#L75.
/cc @davidfowl