Skip to content

Instantly share code, notes, and snippets.

@tormodfj
Created July 11, 2011 12:27
Show Gist options
  • Save tormodfj/1075744 to your computer and use it in GitHub Desktop.
Save tormodfj/1075744 to your computer and use it in GitHub Desktop.
Binding log4net's ILog using Ninject
Bind<ILog>().ToMethod(context => LogManager.GetLogger(context.Request.Target.Member.DeclaringType));
@chazt3n
Copy link

chazt3n commented Nov 25, 2013

Hero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment