I’m using log4net logging in my DLL class library – I’m wondering where people would recommend I put the log4net configuration – in the App.config or in a separate .log4net config file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
App.Config
The reason for this is just one configuration file for your application. I always favor simplicity.