(I didn't see the original message, so forgive me if this is not relevent...)
If you delete a file under Unix, the Java program will still have a "handle" to it and can't detect whether the file has been deleted externally. A workaround would be to reopen the file for every write, which would be dreadful for performance. On Fri, Aug 29, 2003 at 02:44:04PM +0200, Ceki G?lc? wrote: > > It is entirely possible for the Java io API to silently ignore the fact > that the file is gone. That is a Java issue and log4j cannot do anything > about it. > > At 10:29 AM 8/29/2003 +1000, Raveendranath, Rohith (LNG - AUS) wrote: > >whetrher logging activity is critcal for any application will be the > >guiding > >factor to decide whether the application should crash i case of logging > >failure. > > > >Morover what iam asking is should't a warning be thrown on the console > >saying that the logging cannot be proceeded or so > > -- > Ceki For log4j documentation consider "The complete log4j manual" > ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Fergus Gallagher Tel: +44 (20) 8742 1600 Orbis Fax: +44 (20) 8742 2649 414 Chiswick High Street email: [EMAIL PROTECTED] London W4 5TL Web: http://www.orbisuk.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
