Is there a way to get Ninject to exit what it does?
In particular, I would like to see when objects are created. Since I have a combination of transitional and singleton objects, it would be very useful for me during debugging to see how many instances of each are created so that I can correct the areas of objects where necessary.
EDIT: NB I look at Ninject 2 as at http://github.com/ninject/ninject
source
share