Hangfire integration with Elmah

Does anyone have any complete solutions for this? I have a console application running an OWIN self host and I am trying to implement logging with ELMAH.

I followed the lead from the posts here, http://stackoverflow.com/questions/841451/using-elmah-in-a-console-application. After a few days, I managed to be able to log exceptions with ELMAH (albeit using a try catch in my console application) and im still struggling to see the axd viewer from the OWIN self hosted URL .

Is there a cleaner way to get this to work with Hangfires reflection detection, can anyone share?