[slf4j-dev] [Bug 127] New: LocationAwareLogger does not have a method that accepts the argument array

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Mar 3 07:21:48 CET 2009


http://bugzilla.slf4j.org/show_bug.cgi?id=127

           Summary: LocationAwareLogger does not have a method that accepts
                    the argument array
           Product: SLF4J
           Version: 1.5.x
          Platform: PC
        OS/Version: Mac OS X 10.3
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Core API
        AssignedTo: dev at slf4j.org
        ReportedBy: rgoers at apache.org


EventLogger in SLF4J extensions must serialize its EventData and pass that as
the "message" because LocationAwareLogger does not have a log method that
accepts the argument array. The serialization and deserialization this causes
is fairly expensive. Unfortunately, adding a new method to this interface will
require changes to Loggers that extend the interface that may reside outside
SLF4J.


-- 
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