Grace Software
JavaLog
$Revision: 1.1 $
$Date: 1999/10/11 00:05:15 $
|
$ java -Dlog.handler.out.url=file:- MyClass
Note, the property value file:- tells JavaLog to use the StandardOutHandler and print to the system's standard out. However, the StandardOutHandler can also print to the standard error by the following flag:
$ java -Dlog.handler.out.stream=err MyClass