
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP, VS.NET 2008, .NET 3.5
|
|
|
The Log property of QuartzSchedulerThread is null in most (if not all) situations I have tried. The problem seems to be that QuartzSchedulerThread() constructor is never called. Instead the child class QuartzThread constructors are called by the framework. The fix is to have QuartzSchedulerThread expose the same constructors as QuartzThread to assure that every instantiation of QuartzSchedulerThread creates the readonly log object.
|
|
Description
|
The Log property of QuartzSchedulerThread is null in most (if not all) situations I have tried. The problem seems to be that QuartzSchedulerThread() constructor is never called. Instead the child class QuartzThread constructors are called by the framework. The fix is to have QuartzSchedulerThread expose the same constructors as QuartzThread to assure that every instantiation of QuartzSchedulerThread creates the readonly log object. |
Show » |
|