[slf4j-dev] [Bug 31] Varargs for Logger methods
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Tue Sep 15 20:56:32 CEST 2009
http://bugzilla.slf4j.org/show_bug.cgi?id=31
--- Comment #39 from Thorbjørn Ravn Andersen <thorbjoern at gmail.com> 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.
More information about the slf4j-dev
mailing list