Hi, I'd like to know if it's possible to configure an appender (or a forward appender) that can do the following: 1. Buffer all incoming log messages, in a loss-less manner 2. Flush the buffer when it reaches N messages, OR when a timeout of T seconds reached since the first message (since app start or last flush) 3. Flush the buffer if the application is terminated.
Do you think this is achievable? Thanks, -BM
