Thread: Java Logging
View Single Post
  #3 (permalink)  
Old 08-03-2007, 12:13 AM
vignesh vignesh is offline
Member
 
Join Date: Aug 2007
Posts: 2
vignesh is on a distinguished road
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.
Reply With Quote