Log4net duplicate logging entires
- by user210713
I recently switched out log4net logging from using config files to being set up programmatically. This has resulted in the nhiberate entries getting repeated 2 or sometimes 3 times. Here's the code. It uses a string which looks something like this "logger1|debug,logger2|info"
private void SetupLog4netLoggers()
{
IAppender…