Apologies for dumb questions...

I am trying to dynamiccally modify my Category's Priority at run time.

The code below is used to effect this:
            myCategory.setPriority(Priority.INFO);  // Turn ON
            myCategory.setPriority(Priority.DEBUG);  // Turn OFF


However, after turning my Category OFF , messages logged at the info level
still appear in my File.

I believe I'm doing somethign really stupid or should not be using DEBUG as
my OFF equivilant.


T Master


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to