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@slf4j.org
        ReportedBy: rgo...@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.
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to