David Roussel commented on Improvement LOGBACK-873

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();

Anything else?

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
logback-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to