How write errors to a log file

Does anyone know how to direct the errors generated in the console, when you run javadoc, to a log file ?
[119 byte] By [gs03ann] at [2007-9-26 10:09:26]
# 1
This is documented for Solaris and Windows NT/2000 at:http:/java.sun.com/j2se/javadoc/faq.html#redirecterrormessagesIf anyone knows how to do this on Win98/ME, please let us know so we can add those.-Doug KramerJavadoc Team
dkramer at 2007-7-1 22:06:51 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

http://www.fit.qut.edu.au/student/~n2782693/stdout.html

"Unfortunately, the Windows 95/98/ME shell does not allow redirection of the standard error stream to a file. But there is always a solution." This depressing tidbit suggests that this is not possible. If you are in Win 95/98/ME, I would personally recommend running Cygwin to do this kind of work. 'course, that's just me, and I think Unix streams are cool. :)

tvynr at 2007-7-1 22:06:51 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...