|
Java Logging
Thanks for ur reply.
Still I have problem. Since I have rebinded stderr to logger as
System.setErr( new PrintStream( stderrLOS, true ) );
and i did the same for stdout too.
So all my stdout and stderr msgs will be redirected to log file.
NOw i have to reset it to normal, ie. I have to send those msgs to java console instead of log file. Do u have any idea about it?
Thank u for ur time.
-- Vignesh.
|