<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [slf4j-user] How to programmatically set log level in SLF4J?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>No, you can not do this using slf4j... You may have to use the underlying logger apis (like log4j) to do so... Slf4j is just a facade for the common logging apis...<BR>
I also learn that programatically setting the log properties is not a common practise...<BR>
Thanks and Regards,<BR>
Setu<BR>
-----------------------------------<BR>
setu@tibco.com<BR>
off: +91.20.30212111<BR>
mob: +91.9960692038<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: user-bounces@slf4j.org &lt;user-bounces@slf4j.org&gt;<BR>
To: user@slf4j.org &lt;user@slf4j.org&gt;<BR>
Sent: Wed Mar 14 22:20:20 2007<BR>
Subject: [slf4j-user] How to programmatically set log level in SLF4J?<BR>
<BR>
Hi!<BR>
<BR>
With Log4j, we can programmatically set the log level via<BR>
Logger.setLevel(Level).<BR>
How can we do the same using SLF4J?<BR>
_______________________________________________<BR>
user mailing list<BR>
user@slf4j.org<BR>
<A HREF="http://www.slf4j.org/mailman/listinfo/user">http://www.slf4j.org/mailman/listinfo/user</A><BR>
</FONT>
</P>

</BODY>
</HTML>