[slf4j-user] MessageFormatter: brackets in brackets
Ceki Gulcu
listid at qos.ch
Thu Oct 2 10:15:52 CEST 2008
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ü
More information about the slf4j-user
mailing list