http://bugzilla.slf4j.org/show_bug.cgi?id=144
Summary: Logger Interface Should (Arguably) Extend Serializable Product: SLF4J Version: 1.5.x Platform: PC OS/Version: Windows XP Status: NEW Severity: minor Priority: P3 Component: Core API AssignedTo: dev@slf4j.org ReportedBy: djgred...@gmail.com The fix to bug 71 made all Logger implementations serializable; however, it is not *guaranteed* that Logger instances are serializable because Logger does not extend the Serializable interface. This may not be doable due to backwards-compatibility concerns, but ideally Logger would extend Serializable, guaranteeing that all Logger implementations can be serialized. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dev mailing list dev@slf4j.org http://www.slf4j.org/mailman/listinfo/dev