Log file location

I am using JDK 1.4 logging mechanism. Log files are being saved on the desktop. How can I change the location to some location on the hard drive? TIA.
[157 byte] By [balachandrana] at [2007-10-3 2:57:54]
# 1
Hi,look at this class:java.util.logging.FileHandler and study the pattern. This allows you to change the log file location.L.P.
lukika at 2007-7-14 20:47:16 > top of Java-index,Desktop,Deploying...