|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

What could be defered? (I'm trying to make this ticket actionable. What actions can be taken to close the ticket)
I guess the formatting of the message could be defered until first use.
LoggingEvent.java (line:115)
FormattingTuple ft = MessageFormatter.arrayFormat(message, argArray); formattedMessage = ft.getMessage();