I'm new to Elmah and considering implementing it in a project. It would be an ASP.NET MVC + Umbraco + EF web project which will have multiple layers (Business, DAL etc).
My interest in Elmah is its ability to handle unhandled exceptions.
But the question is does it handle unhandled exceptions from other layers (Services, Business, DAL etc) as well or just from Web layer (ASP.NET MVC) ?