0
votes
1answer
175 views
Programmatically configuring log4net to write the same messages to two separate files
Right now, I'm programmatically configuring log4net by creating a RollingFileAppender instance then calling BasicConfigurator.Configure(). This is working great, but I'm trying to create two identi …
2
votes
Changing log4net FileAppender whilst logging
From the log4net FAQ:
Many developers are confronted with the problem of distinguishing the lo …
