c# - Error Log Management in asp.net application in Production Server -


i developing asp.net application using log4net log errors, if want change error log format must change application code again after publishing production, question best option change(error log third party api's) error log without affecting production server?

configuring log4net using config files let change logging without touching code http://www.codeproject.com/articles/140911/log-net-tutorial


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -