I read an article today that's right on. I've been in the Microsoft world for quite a while, and I'm generally happy with them. That doesn't mean I haven't used other platforms or technologies like Oracle, Eclipse, Java, BEA Tuxedo, Perl, Ruby on Rails, several different distributions of linux (I started an ISP on linux), AS/400, RPG, Visual RPG, VAX, DEC Alpha, WPF, etc. Wow, I look at that list and realize that I've seen quite a few different technologies! I've seen enough to not be a bigot. We're ......
Recently I had the need to change the logging level for all loggers due to the need to hit the logging statements for NCover. This was harder than it appeared, and I couldn't really find anything out there that really documented the code you needed, so here's the code: private void TurnOnLogging() { log4net.Repository.ILoggerR... repositories= log4net.LogManager.GetAllRe... //Configure all loggers to be at the debug level. foreach (log4net.Repository.ILogger... repository ......