Github user remkop commented on the issue:
https://github.com/apache/logging-log4j2/pull/150
I would like to add this method in a way that doesnât break backwards
compatibility. This can be done by putting the method in a new interface and
let all `ReusableMessage` implementation classes also implement this new
interface.
At the usage site, youâd check that the message is an instance of the new
interface, and do a type cast so you can call the `forEach` method. ---
