0
alexnaldo created
Hi,
How I can enable audit for all exception ?
The raise an exception but doesn't appear at Logs table.
1 Answer(s)
-
0
Hi,
Where do you get the exception? In an application service method or MVC Controller? Both normally write errors to audit logs automatically.
BTW, you can handle all exceptions using Exception event: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Handling-Exceptions#DocExceptionEvent">http://www.aspnetboilerplate.com/Pages/ ... ptionEvent</a> then write to logs yourself.