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.&nbsp; 
<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>&nbsp;&nbsp;&nbsp; debug(String msg, Object... params) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ....
<br>&nbsp;&nbsp;&nbsp; }<br><br><br>* If indeed there is a plan, how can this be done? <br><br>Will it require <br>&nbsp;&nbsp;&nbsp; 1. a new Logger interface, <br>&nbsp;&nbsp;&nbsp; 2. and a new family of adapter classes <br>&nbsp;&nbsp;&nbsp; 3. packed in seperate jars, that will a) be named differently, b) versioned diferently.
<br><br><br>&nbsp;&nbsp;&nbsp; ankostis<br>