Re: Flushing log messages

2001-06-12 Thread Ceki Gülcü
Thomas, By default *most* log4j appenders flush immediately. In particular, the WriterAppender and its descendants flush an incoming LoggingEvent immediately. As for the immediateFlush property mentioned by Steffen, it is set to true by default. The immediate flush behavior can be overridde

RE: Flushing log messages

2001-06-12 Thread Steffen Schlachter
List Subject: Flushing log messages Hi, I've noticed that log-entries is 'hanging' somewhere during tailing of a log-file. Don't know if it's the internals of log4j or a buffered stream. Is it possible to flush pending log messages, i.e. force them to be written to

Flushing log messages

2001-06-12 Thread Thomas Tuft Muller
Hi, I've noticed that log-entries is 'hanging' somewhere during tailing of a log-file. Don't know if it's the internals of log4j or a buffered stream. Is it possible to flush pending log messages, i.e. force them to be written to the prevailing appender(s). -- Thomas **