Ceki Gülcü wrote:

On 17/02/2010 11:46 AM, Per Lindberg wrote:

Okay, that's nice. Does that mean that if I change the logging level
to DEBUG at the LOG4J level, then calls to SLF4J log.debug() will
start to output messages? (I have failed to make that work, but
perhaps I have just overlooked some small detail...)

Yes, of course. If you change the logging level to DEBUG at the LOG4J
level, then calls to SLF4J log.debug() will start to output messages.

Can't I just change the logging level by calling log4j
logger.setLevel(level) ?

Yes, you can.

That's reassuring! Now all I have to do is to figure out why
I can't get it to work as it should. :-)

Thanks,
Per
_______________________________________________
slf4j-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-user

Reply via email to