We are currently using the log4net appender (web.config snippet):
<appender name='FileAppender' type='log4net.Appender.RollingFileAppender'>
Looking for experience using other appenders.
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.
We use
SmtpAppenderfor ERROR and FATAL levels to ‘mail home’ exception reports. AlsoConsoleAppenderwhen running a Windows Service in a console.For
FileAppenderwe set<staticLogFileName value='false' />to avoid an ever-increasing delay when rolling over to a new file and the folder contains lots of files.