Hi,
For Provisioning users from FIM to AD, we are going with code based provisioning i.e we are using metaverse rule extension. So, we are using MVExtension.dll in FIMSYNC ADMA for writing custom rules. We are trying to use logging for understanding the state of MVExtension.dll, for that i am using log4net.dll. But the log file i.e. service.log is not getting created. I am unable to see logs.
I have added log4net.dll in References, and gave log4net.xml refernce in AssemblyInfo.cs and using the log methods Debug,Info and Error in my MVExtension.cs
Could you please help me out how to use log4net.dll for logging in MVExtension.dll in code based provisioning.
Thanks
Prasanthi.