You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Mikael Ståldal (JIRA)" <ji...@apache.org> on 2016/04/13 17:27:25 UTC

[jira] [Created] (LOG4J2-1365) Add CharSequenceFormattable interface for Messages to improve performance of Layouts

Mikael Ståldal created LOG4J2-1365:
--------------------------------------

             Summary: Add CharSequenceFormattable interface for Messages to improve performance of Layouts
                 Key: LOG4J2-1365
                 URL: https://issues.apache.org/jira/browse/LOG4J2-1365
             Project: Log4j 2
          Issue Type: Improvement
          Components: Layouts
    Affects Versions: 2.5
            Reporter: Mikael Ståldal
            Assignee: Mikael Ståldal
            Priority: Minor


{code}
public interface CharSequenceFormattable {
    CharSequence getFormattedCharSequence();
}
{code}

This can be implemented by Messages where it makes sense and used by Layouts where it makes sense.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org