[slf4j-user] Varargs for Logger methods
Kostis Anagnostopoulos
ankostis at gmail.com
Thu Feb 16 01:06:13 CET 2006
Hi to everyone,
i find this project very interesting for its simplicity and logging
frameworks coverage.
I have my self tried to implement similar functionality in the past, ending
up re-inventing the wheel in every project i participate.
Here is my 2 questions/RFEs:
* What is the roadplan for incorporating 1.5 varargs for object params of
formated message strings ?
For instance,
debug(String msg, Object... params) {
....
}
* If indeed there is a plan, how can this be done?
Will it require
1. a new Logger interface,
2. and a new family of adapter classes
3. packed in seperate jars, that will a) be named differently, b)
versioned diferently.
ankostis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://qos.ch/pipermail/slf4j-user/attachments/20060216/a97faef5/attachment.htm>
More information about the slf4j-user
mailing list