python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to turn off automatic Elmah logging?
I'd like to disable automatic exception logging in Elmah, while leaving manual logging enabled, e.g.
ErrorSignal.FromCurrentContext.Raise(ex)
My situation is nearly identical to this one, with the so...
InteXX
Votes: 0
Answers: 1
Vs2019 ,netcore api, can't get elmahcore working
I have a .netcore vs2019 webapi, with okta security set up and running.
I wanted to add elmah support, in particular the emails sent on errors.
I can't get it working. I figure it has to be something ...
Eric Brown - Cal
Votes: 0
Answers: 0