Re: [I] I cannot use TimeEvaluator! (logging-log4net)

2024-05-29 Thread via GitHub
FreeAndNil closed issue #149: I cannot use TimeEvaluator! URL: https://github.com/apache/logging-log4net/issues/149 -- 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 unsubscri

Re: [I] I cannot use TimeEvaluator! (logging-log4net)

2024-05-29 Thread via GitHub
FreeAndNil commented on issue #149: URL: https://github.com/apache/logging-log4net/issues/149#issuecomment-2138068977 Feel free to reopen in case your problem is not solved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] I cannot use TimeEvaluator! (logging-log4net)

2024-05-28 Thread via GitHub
FreeAndNil commented on issue #149: URL: https://github.com/apache/logging-log4net/issues/149#issuecomment-2135095369 This is not how the BufferingAppenders work. The evaluator is only evaluated when new events are logged, not when "some time passes" (because the logic calling the evalua

Re: [I] I cannot use TimeEvaluator! (logging-log4net)

2024-05-28 Thread via GitHub
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

Re: [I] I cannot use TimeEvaluator! (logging-log4net)

2024-05-27 Thread via GitHub
FreeAndNil commented on issue #149: URL: https://github.com/apache/logging-log4net/issues/149#issuecomment-2134070727 I can't reproduce the problem you describe (see https://github.com/apache/logging-log4net/commit/5bc38133a0f4110c259c5800ac769be73bf125b6). Can you try using a FileAp

Re: [I] I cannot use TimeEvaluator! (logging-log4net)

2024-05-27 Thread via GitHub
aknaldemir commented on issue #149: URL: https://github.com/apache/logging-log4net/issues/149#issuecomment-2133563419 yes you understood correct. But not just 10 seconds. If buffersize is 23 then I need log again. My code is like that; `

Re: [I] I cannot use TimeEvaluator! (logging-log4net)

2024-05-27 Thread via GitHub
FreeAndNil commented on issue #149: URL: https://github.com/apache/logging-log4net/issues/149#issuecomment-2133529245 @aknaldemir Can you please post the complete log4net config section? Did I understand correctly, that you want to buffer the log messages for 10 seconds and write them af