[slf4j-dev] [Bug 125] New: Replacing enumerated Logger methods with one VarArgs
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Fri Feb 6 12:15:14 CET 2009
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 at slf4j.org
ReportedBy: m.nachev at 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.
More information about the slf4j-dev
mailing list