http://bugzilla.slf4j.org/show_bug.cgi?id=125
Summary: Replacing enumerated Logger methods with one VarArgs Product: SLF4J Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P1 Component: Core API AssignedTo: dev@slf4j.org ReportedBy: m.nac...@prosyst.bg It is very uncomfortably to use all these methods where the fixed number of parameters are enumerated. It will be much better these methods to be replaced with VarArgs like that: public void info(String message, Object... args); In the same time in the API there are some methods where VarArgs is used: org.slf4j.ext.XLogger.entry(Object... argArray) -- 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