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

LoggingEventVO does not serialize the argument array properly.

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 0.9.17
    • logback-classic
    • None

    Description

      LoggingEventVO serializes the objects in the argument array by simply calling toString(). This makes it impossible to reconstruct the objects on the remote side. I have fixed this in my fork at git://github.com/rgoers/logback.git by serializing the object if it implements Serializable and converting it to a String if it does not.

      Attachments

        Activity

          People

            logback-dev Logback dev list
            rgoers@apache.org Ralph Goers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: