Results 1 to 4 of 4
Thread: Java Logging
- 08-02-2007, 12:55 AM #1
Member
- Join Date
- Aug 2007
- Posts
- 2
- Rep Power
- 0
Java Logging
Hi All,
I have a problem using java logging. I have currently set the handler to FileHandler to redirect all my logs to a log file. And in some cases I have to redirect that particular log to the java console. I couldn't able to do that even if I reset the handler to ConsoleHandler.
How do I manage to use two different handlers alternatively when required? That is sometimes I might require to redirect the log to java console and in some cases to a log file.
If anybody knows the solution please reply me.
I appreciate your time.
Thanks,
-- Vignesh.
- 08-02-2007, 03:55 PM #2
Member
- Join Date
- Aug 2007
- Posts
- 47
- Rep Power
- 0
Hi,
I think u have to take a look to the System class in java, it provides a way to ridirect streams from and to standard input(System.in) and standard output(System.out).
I think that will help u..Bye.
- 08-02-2007, 11:13 PM #3
Member
- Join Date
- Aug 2007
- Posts
- 2
- Rep Power
- 0
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.
- 08-03-2007, 09:52 AM #4
Member
- Join Date
- Aug 2007
- Posts
- 47
- Rep Power
- 0
Similar Threads
-
Logging applications
By ravian in forum New To JavaReplies: 2Last Post: 01-02-2008, 06:43 PM -
what is logging
By Thirumalt in forum Java SoftwareReplies: 1Last Post: 11-26-2007, 11:37 AM -
X11.Toolkit logging out of control
By gjsalazar in forum AWT / SwingReplies: 0Last Post: 11-20-2007, 11:42 PM -
Logging
By ravian in forum New To JavaReplies: 3Last Post: 11-18-2007, 10:22 PM -
Java Logging
By vaswin in forum Advanced JavaReplies: 0Last Post: 08-06-2007, 01:18 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks