by Rahul Singla | Jan 10, 2018 | .Net, Coding, Logging |
I was recently working on a bulk processor application which was using log4net for its logging needs (specifically the RollingFileAppender). There were multiple jobs executing in independent threads each having its own Logger instance. We wanted the...