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

           Summary: addition of new methods: Logger.debug(String format,
                    Throwable t, Object... arguments)
           Product: SLF4J
           Version: 1.6.x
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: minor
          Priority: P1
         Component: Core API
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I feel there is a few missing methods in Logger, that which take in a String
format, Object arguments, and a Throwable.

I understand that the varargs argument needs to be last, but it would be nice
to have methods that take in all three:
* error(String msg, Throwable t, Object... arguments)
* debug(String msg, Throwable t, Object... arguments)
* info(String msg, Throwable t, Object... arguments)
* warn(String msg, Throwable t, Object... arguments)
* trace(String msg, Throwable t, Object... arguments)

And a similar set with a Marker argument.

Thoughts?

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to