serilog-extensions-logging
serilog-extensions-logging copied to clipboard
Add more context information to SelfLog if log statement fails
trafficstars
by appending the current stacktrace to the exception and its stacktrace. Fixes #198
Can we please move this along? My team and I are desperately waiting on this.
Hi @chetankumar! Try out the SelfLog.Enable(m => ...) callback; inside it, you can log the message (m) to wherever you like, and you can also write a (new System.Diagnostics.StackTrace()).ToString() there alongside it.
@nblumhardt close?
👍 I think we're now discussing this and related issues over in serilog/serilog.