We need to use Elmah in a non-ASP.Net project.
In this library project, Elmah should log all uncaught exceptions and we should also be able to log or raise exceptions.
We have done this in web context but not in a library project. How can we achieve this or where can we find information about it?