How can I set name of the worker thread in Quartz.net?
[2009-12-15 08:56:25] [DefaultQuartzScheduler_Worker-1] INFO
I wanted to see some meaningful information in the logs. I tried using JobDetail
constructor, but looks like I am wrong.
var job = new JobDetail("n1", null, typeof (MyJob));
Thanks, Vadi