aknaldemir commented on issue #149: URL: https://github.com/apache/logging-log4net/issues/149#issuecomment-2135017034
Yes I know AdoNetAppender has a buffering appender. I want like this scenario; I have a process which has 23 logs in one time. If 10 seconds are completed, it clears the buffer, and if there are 22 records in the buffer, it clears the buffer again. ` However in this case, I can see 22 logs. One log is in the buffer. Buffer ok but evaluator is not working. <appender name="BufferingForwardingAppender" type="log4net.Appender.BufferingForwardingAppender"> <bufferSize value="22" /> <evaluator type="log4net.Core.TimeEvaluator"> <interval value="10" /> </evaluator> <appender-ref ref="ADONetAppender" /> </appender> ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org