gimelfarb / ProductionStackTrace

Without deploying PDBs, generate a .NET exception stack trace that can be processed to retrieve source file and line number info
Other
79 stars 8 forks source link

Suggestion About Code Help #14

Open yh371174229 opened 6 years ago

yh371174229 commented 6 years ago

I don't know how to use the third method About 【Use with a logging framework】 .Can you provide more detailed information?

I Want Use log4net and your Exception Frame,but I don't understhand how to use,can you provide a example or detailed information about it? Any help will appreciate!

icnocop commented 6 years ago

Seems pretty straight forward.

https://github.com/gimelfarb/ProductionStackTrace#use-with-a-logging-framework

Just add the code on the client side.

Then whenever an Exception is logged in log4net, the ProductionStackTrace exception report will be written instead.