Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
0.9.17
-
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.