[slf4j-dev] [Bug 31] Varargs for Logger methods

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Nov 10 13:58:47 CET 2009


http://bugzilla.slf4j.org/show_bug.cgi?id=31





--- Comment #49 from Joern Huxhorn <joern at huxhorn.de>  2009-11-10 13:58:46 ---
Alternatively, you could also give my implementation a try.

The dependency is

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.slf4j</artifactId>
    <version>0.9.36</version>
</dependency>

but please be aware that I'll deprecate it as soon as this is implemented in
SLF4J.

You should be fine if you replace
org.slf4j.Logger with de.huxhorn.lilith.slf4j.Logger
and
org.slf4j.LoggerFactory with de.huxhorn.lilith.slf4j.LoggerFactory.

If/when this is implemented in SLF4J you'd simply replace the package part in
import, again.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the slf4j-dev mailing list