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
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