Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-495

LoggingEvent.formattedMessage is only initialized in c'tor.

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 0.9.12
    • None
    • logback-classic
    • None
    • Operating System: All
      Platform: All

    • 139

    Description

      LoggingEvent.formattedMessage is only initialized if message and arguments are supplied during construction. If the default c'tor is used and message and arguments are provided using setMessage and setArgumentArray then formattedMessage will stay null.

      Instead, formattedMessage should be declared transient and the actual formatting should take place lazily during getFormattedMessage call.

      This would fix this problem, would increase general logging performance (formatting only if actually needed) and would decrease the size of serialized log events significantly while it would not change anything from the callers point of view.

      This is a follow-up of LOGBACK-460

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            joern@huxhorn.de Joern Huxhorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: