pieceofsummer / Hangfire.Console

Job console extension for Hangfire
MIT License
436 stars 80 forks source link

Add ability to bind to global logger #81

Open markalanevans opened 5 years ago

markalanevans commented 5 years ago

In my code, I don't want to think about PerformContext.

Ideally, the job could bind the PerformContext to my global logger so that in my service layers doing a logger.WriteLine would also write to this job.

Is this possible?

danielmeza commented 4 years ago

Related to https://github.com/pieceofsummer/Hangfire.Console/issues/58