Description
When multiple AsyncAppenders are configured, we invoke MutableLogEvent.memento (or RingBufferLogEvent.memento) for each one, allocating multiple formatted strings.
On the first invocation, we can set the event message to the new MementoMessage to avoid re-allocations.
Attachments
Issue Links
- links to