I am looking for a clean and simple logging solution for my ASP.NET Webforms application. I recently got up and running with NLog based on this NLog tutorial.
After doing all of this setup work I realized ELMAH might be the easiest solution because it seems like it is just plug and play.
Two of my requirements: The logging must be asynchronous and be able to log to a SQLServer db. I know I am getting both with NLog.
So do most use something like NLog for handled exceptions and ELMAH for unhandled exceptions?