Jean-Luc Geering wrote:
> Ok, I think it is fixed in 1.5.3
>
> with slf4j-simple-1.5.2.jar
>
> Logger log = LoggerFactory.getLogger("test");
> log.info("{{}}", "hello");
>
> yields
>
> 1 [main] INFO test - {{}}
>
> but with slf4j-simple-1.5.3.jar it yields
>
> 1 [main] INFO test - {hello}
>
> soooo, I was wrong. It is fixed in the latest version! (right?)
Hello Jean-Luc,
The formatting logic was simplified in 1.5.3, so yes.
--
Ceki Gülcü
_______________________________________________
user mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/user