Right now the LogRecord class has some special workarounds
so if the LogRecord includes an exception, the exception's
stack backtraqce will be saved and restored across serialization.
Now that the Exception class preserves the stacktrace across
serialization these workarounds are unnecessary and should
be removed.
graham.hamilton@Eng 2001-04-27
- duplicates
-
JDK-4479307 LogRecord class description says that Throwables stack trace isn't serialized
-
- Closed
-