Log4Net Multiple loggers
问题 First of all, I have seen a lot of answers and tips in others topics (most similar: Log4Net: Multiple loggers), but there is no applicable answer. I want to have 2 loggers with different file appenders and restrict each to write into root logger. It is Console app. Whole code below: using System; using System.Diagnostics; using System.Linq; using log4net; namespace Test_log4net { class Program { static void Main(string[] args) { log4net.Config.XmlConfigurator.Configure(); ILog logger =