I am curious about where would be a good location to store log files on windows. Let's say I have a webstart, or an applet application, therefore there is really no place where they are launched from (no installation directory). So given such a condition, where should I store the log file that program created without being intrusive or dumping a lot of garbage where all that data would be seen.
I have never done anything like this before, but I am very curious now, and really would like to hear some ideas or suggestions.
Thanks to anyone for their help in advance.
QUICK Edit: Let's say I can use absolutely any logging framework or system available (for java), and yes let's say that user has given access to store things within his account (but not general user or anywhere else system related).