I am trying to properly use Ninject to inject log4net logging into my MVC3 application. I am using the Ninject.MVC3 package, so I have the NinjectMVC3 class th
You shouldn't have to configure anything except the normal log4net config.
All you have to do is to inject a ILogger wherever you want to log. https://github.com/ninject/ninject.extensions.logging/wiki/Using