Re: AbstactDatabase appender issue with AsyncLogger

2017-09-29 Thread Tolga Kavukcu
I have created LOG4J2-2060. Thanks. On Thu, Sep 28, 2017 at 6:33 PM, Matt Sicker <boa...@gmail.com> wrote: > Yes, a jira ticket would be useful, thanks. > > On 28 September 2017 at 09:29, Tolga Kavukcu <kavukcu.to...@gmail.com> > wrote: > > > Hi Remko, > >

Re: AbstactDatabase appender issue with AsyncLogger

2017-09-28 Thread Tolga Kavukcu
ke Log4j2 needs to take a snapshot of > the log event before adding it to the list. > > (Shameless plug) Every java main() method deserves http://picocli.info > > > On Sep 28, 2017, at 17:45, Tolga Kavukcu <kavukcu.to...@gmail.com> > wrote: > > > > Hello

AbstactDatabase appender issue with AsyncLogger

2017-09-28 Thread Tolga Kavukcu
Hello, I use log4j2 AsycLogger Implementation With a custom database appender. As i investigated the async logger mechanism works like that. - Messages are put into DistruptorRingBuffer *Than * RingBufferLogEventHandler's onEvent mehtod is called and message is passed to appender