Open markalanevans opened 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?
Related to https://github.com/pieceofsummer/Hangfire.Console/issues/58
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?