RE: What happens when the logfile is deleted on the server

2002-10-24 Thread MALLER Stijn (BMB)
I have experienced the same problem. I ended up having to write a new FileAppender which checks every time the appender is written to wether or not the logfile still exists. If it doesn't, I just open a new file with the same name by calling setFile(). If I overlooked an easier or more logical

RE: What happens when the logfile is deleted on the server

2002-10-24 Thread PR-Guest3, Basel {~Basel}
Thanks Stijn, I expected I would have to do this. Could someone tell me where the appender writes so I could modify it to check if the file it writes to exists ? -Original Message- I have experienced the same problem. I ended up having to write a new FileAppender which checks every