[slf4j-dev] [Bug 31] Varargs for Logger methods

bugzilla-daemon at qos.ch bugzilla-daemon at qos.ch
Fri Sep 7 05:29:44 CEST 2012


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

--- Comment #98 from Mark A. Ziesemer <bugs at mark.ziesemer.com> 2012-09-07 05:29:44 CEST ---
To note from http://www.slf4j.org/news.html :

"

6th of September, 2012 - Release of SLF4J 1.7.0

SLF4J now requires JDK 1.5.

Printing methods in the Logger interface now offers variants accepting varargs
instead of Object[]. Given that under the hood, the Java compiler transforms
varargs into an array, this change is totally 100% no-ifs-or-buts backward
compatible with all existing client code.

"

Thanks, Ceki!

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