Quality exception logging components for C#

  • Thread starter Thread starter Debbie Croft
  • Start date Start date
D

Debbie Croft

Anyone know of any equivalents to madExcept or Eurekalog that work with
VS2005/C#? I'm looking for something that'll allow my to send errors reports
(with screen dumps, etc) back from my applications? I used to use madExcept
under Delphi and loved it.
 
Debbie said:
Anyone know of any equivalents to madExcept or Eurekalog that work with
VS2005/C#? I'm looking for something that'll allow my to send errors reports
(with screen dumps, etc) back from my applications? I used to use madExcept
under Delphi and loved it.

I don't know those tools, but log4net works great for me.
 
Back
Top