Performance of ILog.xxxFormat methods
-------------------------------------

         Key: LOG4NET-72
         URL: http://issues.apache.org/jira/browse/LOG4NET-72
     Project: Log4net
        Type: Improvement
    Reporter: Nicko Cadell


The performance of the ILog.xxxFormat methods can be improved.

1) Add method overloads for common numbers of arguments:

void DebugFormat(string format, object arg0); 
void DebugFormat(string format, object arg0, object arg1); 
void DebugFormat(string format, object arg0, object arg1, object arg2); 

2) Delay formatting of the message until after the appenders filters have run.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to