Description
This statement:
if (log.IsDebugEnabled) log.DebugFormat("x:
Could be nicely shortened to:
log.Debug( m=>m("value= {0}
", obj.Value) );
I'm already apache committer (NPanday Incubator Project) and would be happy to help with this interface. The simplest thing would be to offer it as static Extension-Methods to ILog.
Attachments
Attachments
Issue Links
- supercedes
-
LOG4NET-217 Delayed log
- Resolved