[slf4j-dev] [Bug 144] New: Logger Interface Should (Arguably) Extend Serializable

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Sun Aug 9 19:51:31 CEST 2009


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 at slf4j.org
        ReportedBy: djgredler at 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.



More information about the slf4j-dev mailing list