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
_______________________________________________
user mailing list
[email protected]
http://slf4j.org/mailman/listinfo/user

Reply via email to