[slf4j-user] Fine and finest messages do not get printed

Victor Bucutea victor.bucutea at gmail.com
Tue Jul 29 11:09:09 CEST 2008


Hi ,


I'm using the folowing jar files :


log4j-1.2.15.jar
slf4j-api-1.5.2.jar
jul-to-slf4j-1.5.2.jar
lsf4j-log4j.jar


Log4j system is configured ok and runs quite well .
The problem is that a code like bellow :


        SLF4JBridgeHandler.install();
        java.util.logging.Logger logger =
java.util.logging.Logger.getLogger("ro.softspot");
        logger.info("info name");
        logger.finer("finer message");
        logger.warning("warning message");
        logger.fine("fine message");
        logger.finest("Finest name");

prints out :


[29-07-08 12:03:54.792][ro.softspot][ INFO][setName] - info name
[29-07-08 12:03:54.792][ro.softspot][ WARN][setName] - warning message

the logs with "fine" and "finer" and "finest" level are omitted .
Any ideas why this is happening ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://qos.ch/pipermail/slf4j-user/attachments/20080729/d2b07e6a/attachment.htm>


More information about the slf4j-user mailing list