You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2017/07/26 22:23:27 UTC

[log4j] PropertiesRewritePolicy.rewrite(LogEvent) uses deprecated code.

Should:

org.apache.logging.log4j.core.appender.rewrite.PropertiesRewritePolicy.rewrite(LogEvent)

be reimplemented using a StringMap since the API it uses now is deprecated?

Gary