
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
From sourceforege - 764025 - Kevin Conroy - kmconroy
|
|
Issue Links:
|
dependent
|
|
This issue depends upon:
|
|
LOG4NET-24
Programmatic flush of BufferingAppenderSkeleton buffer
|
|
|
|
|
|
|
|
| Resolution Date: |
30/Aug/05 07:32 AM
|
|
While using Buffering is a wonderful way to help improve
performance, I would like the ability to programatically
tell the current ILog object to flush any buffers that
exist on the appenders that I've been logging to so that
I can get any messages that I've sent rather than
waiting for the buffer to fill up.
Thus, one might be able to do the following:
"log.Flush();"
and then any messages sent to that ILog object would
be processed.
Kevin Conroy - kmconroy
----
I vote for this one too!
dcazzulino
|
|
Description
|
While using Buffering is a wonderful way to help improve
performance, I would like the ability to programatically
tell the current ILog object to flush any buffers that
exist on the appenders that I've been logging to so that
I can get any messages that I've sent rather than
waiting for the buffer to fill up.
Thus, one might be able to do the following:
"log.Flush();"
and then any messages sent to that ILog object would
be processed.
Kevin Conroy - kmconroy
----
I vote for this one too!
dcazzulino |
Show » |
|