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





--- Comment #39 from Thorbjørn Ravn Andersen <[email protected]>  2009-09-15 
20:56:32 ---
I was just thinking that

info(... Object o1, Object o2, Object o3) 

could be implemented in slf4j itself by just calling 

  info( ... new Object[] {o1, o2, o3})

instead.  This would just add methods to slf4j but not the backends.

Would it break the derivation of caller information?


-- 
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
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to