Log4net enhancements

2004-09-08 Thread de la Torre, Douglas
Hi All, I'm interested in feedback about some (potential) enhancements to log4net that would make it more robust in production ASP.NET environments. I'm willing to write the code and test it, then submit back to this public forum once things are debugged, but wanted to get feedback before start

New code to allow formatting during logging

2004-09-08 Thread de la Torre, Douglas
Hi All, I'm including code that would allow the logging methods to work like Console.WriteLine or string.Format. For example, the changes below make it convenient to do something like: log.Debug( "message with params {0} and {1}", param1, param2 ) witho