I'm making a small web application by using ASP.Net
Framework with log4net
and Autofac 4.0
My application has to have multiple logging instance with different settings for each of them, i.e: FileLogger
, DatabaseLogger
, ...
I'm using log4net module for autofac :
Can anyone help me to solve this problem please? Thank you,