I\'d like to write log to 2 different log files from the same process.
is that possible thing to do using log4net?
I\'ll need to write separate messages to
I wanted to log all messages to root logger, and to have a separate log with errors, here is how it can be done:
Notice the use of filter element.