#Ninject Logging Sandbox
Some examples that gradually build up an example of using NLog and Log4Net with Ninject:
- Start with a simple NLog console app.
- Add Ninject
- Add the Ninject.Extensions.Logging.nlog2 assembly to enable logging through dependency injection
- Add the Log4Net extension
- Resolve the resulting conflict, and show how to switch between them (by unloading the module we don't want)
- Remove the NLog extension, and show that Log4Net is now recognized as the only binding for ILogger.
- Visual Studio 2012. Does not work with other VS versions.