On my asp webforms app I would do the log4net initialization;
log4net.Config.XmlConfigurator.Configure();
on global.asax on Application_Sta
Adding:
XmlConfigurator.Configure();
to the constructor of each of service classes did the trick for me.