Hi to everyone,<br><br>i find this project very interesting for its simplicity and logging frameworks coverage. <br>I have my self tried to implement similar functionality in the past, ending up re-inventing the wheel in every project i participate.
<br><br>Here is my 2 questions/RFEs:<br><br>* What is the roadplan for incorporating 1.5 varargs for object params of formated message strings ?<br>For instance, <br><br> debug(String msg, Object... params) {<br> ....
<br> }<br><br><br>* If indeed there is a plan, how can this be done? <br><br>Will it require <br> 1. a new Logger interface, <br> 2. and a new family of adapter classes <br> 3. packed in seperate jars, that will a) be named differently, b) versioned diferently.
<br><br><br> ankostis<br>