You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "anna kukliansky (Jira)" <ji...@apache.org> on 2020/11/15 18:46:00 UTC

[jira] [Updated] (LOG4J2-2963) make ObjectMessage and ParameterizedMessage extendable

     [ https://issues.apache.org/jira/browse/LOG4J2-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

anna kukliansky updated LOG4J2-2963:
------------------------------------
    Description: 
We would like to make those object extendible and reusable by relaxing some of their access levels.
 * ObjectMessage: make protected instead of private obj and objectString members.
 * ParameterizedMessage: make protected instead of private getThreadLocalStringBuilder(), formattedMessage member

 pull request: https://github.com/apache/logging-log4j2/pull/438

  was:
We would like to make those object extendible and reusable by relaxing some of their access levels.
 * ObjectMessage: make protected instead of private obj and objectString members.
 * ParameterizedMessage: make protected instead of private getThreadLocalStringBuilder(), formattedMessage member

 


> make ObjectMessage and ParameterizedMessage extendable
> ------------------------------------------------------
>
>                 Key: LOG4J2-2963
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2963
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: API, Core
>    Affects Versions: 2.13.3
>            Reporter: anna kukliansky
>            Priority: Minor
>
> We would like to make those object extendible and reusable by relaxing some of their access levels.
>  * ObjectMessage: make protected instead of private obj and objectString members.
>  * ParameterizedMessage: make protected instead of private getThreadLocalStringBuilder(), formattedMessage member
>  pull request: https://github.com/apache/logging-log4j2/pull/438



--
This message was sent by Atlassian Jira
(v8.3.4#803005)