Isn't the Category class now called ExtendedLogger?
If you're looking for customization of the log message output, then yes,
the Message API is perfect for this (and would even work with logback or
other logging libraries).
On 25 December 2017 at 13:02, Ralph Goers
wrote:
> Based on what I am s
Based on what I am seeing of how Log4j 1 makes use of RendererSupport, the
equivalent functionality is provided by the Message objects in Log4j 2. Each
Message must implement a getFormattedMessage method to render the message
contents more or less in the same way that Log4j 1 uses the RendererMa