Hello...

I'm using log4j 1.1.3.
try following code sample and the second println() doesn't work.

  BasicConfigurator.configure(new WriterAppender(new SimpleLayout(),
System.out));
  System.out.println("before resetConfiguratino()");
  BasicConfigurator.resetConfiguration();
  System.out.println("after resetConfiguratino()");

I've tried above code with both jdk1.3.1, jdk1.4 in windows and linux and
the result was all same.
Is this a known bug? what is the workaround?

Thanks.

--
Y. J. Chun <[EMAIL PROTECTED]>


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

Reply via email to