Thread: Java Logging
View Single Post
  #2 (permalink)  
Old 08-02-2007, 04:55 PM
henry_78 henry_78 is offline
Member
 
Join Date: Aug 2007
Posts: 47
henry_78 is on a distinguished road
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.
Reply With Quote