Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Previously for a project i used StructureMap files for my project so my code in a xml file was

XML
<logger name="StructureMap" additivity="false">
         ........
     </logger>


But now im using MEF for my project.
So,
Do i need to change the change the above code or no.if yes please tell me what should edit or if no let me know that please.

I really need help. Everything is done by using Visual studio and C#

Thank you.
Posted
Updated 30-Apr-12 21:56pm
v3

1 solution

You are working on those products. You should know what those configurations stands for.

I would suggest you to read about the config enteries of log4Net and decide by yourself about if the entry is needed or not or needs any change. Here:
Apache log4net™ Manual - Configuration[^]

BTW, you should talk to your seniors about this as it sounds like you are into design phase of your new project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900