You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Nicko Cadell (JIRA)" <ji...@apache.org> on 2006/03/29 17:05:27 UTC

[jira] Resolved: (LOG4NET-72) Performance of ILog.xxxFormat methods

     [ http://issues.apache.org/jira/browse/LOG4NET-72?page=all ]
     
Nicko Cadell resolved LOG4NET-72:
---------------------------------

    Fix Version: 1.2.10
     Resolution: Fixed

Checked in code to resolve this issue

> Performance of ILog.xxxFormat methods
> -------------------------------------
>
>          Key: LOG4NET-72
>          URL: http://issues.apache.org/jira/browse/LOG4NET-72
>      Project: Log4net
>         Type: Improvement
>     Reporter: Nicko Cadell
>     Assignee: Nicko Cadell
>      Fix For: 1.2.10

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