Home - ninject/Ninject.Extensions.Logging GitHub Wiki
Introduction
Ninject.Extensions.Logging is a Ninject extension provided to allow loggers to be injected into your classes automatically. It is a port from the Ninject 1.0 integrated logging component.
Currently, three logging frameworks are supported:
Binaries
- Current release: http://code.google.com/p/ninject2/downloads/list?q=Ninject.Extensions.Logging
- Latest build: https://teamcity.bbv.ch/viewLog.html?buildTypeId=bt28&buildId=lastSuccessful&tab=artifacts
Documentation
https://github.com/ninject/ninject.extensions.logging/wiki/Using