You'd have to do something like include the process id (or other unique identifier) in the file name for each instance.
----- Original Message ---- From: Rob1234 <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, November 28, 2008 8:54:40 AM Subject: Create new log file each time application is started Hi I have a problem with log4net. I have an application which uses a RollingFileAppender. The applcation can be started multiple times from the same location. I want there to be a seperate log file each time the application is started. e.g. 5 apps running = 5 log files. Is there any way to do this in log4net? -- View this message in context: http://www.nabble.com/Create-new-log-file-each-time-application-is-started-tp20734792p20734792.html Sent from the Log4net - Dev mailing list archive at Nabble.com.
