log4net Dynamic Properties in XML Configuration.
Posted in Programming on June 12th, 2009 by Kyle – 2 CommentsI just learned about a new feature today of log4net that would have saved me a few hours of time had I known or been able to find this earlier. I learned that you can have dynamic properties stored into log4net’s global context from code and then access them from the XML configuration file. This is useful in the case where dynamic configuration of log4net is needed. read more »
