Hangfire With NLog (ASP.Net MVC)

How to configure Hangfire With Nlog for logging in Asp.net?

You configure NLog just as you would without Hangfire.
When it starts, Hangfire will use Reflection to find which logger is being used and will use whatever you have in place for logs.

If you any sample log4net or nlog with the Hangfire so please share it, it should be appreciated that,
Thank you!!