Re: How do I create jdbc appender using programmatic configuration?

2017-12-01 Thread Matt Sicker
It looks like you're mixing two APIs together. You're instantiating plugins directly and using the configuration builder API at the same time here. On 1 December 2017 at 03:56, gaurav9...@gmail.com wrote: > > > On 2017-12-01 14:34, "gaurav9...@gmail.com" wrote: > > > > > > On 2017-11-30 23:07, M

Re: How do I create jdbc appender using programmatic configuration?

2017-12-01 Thread gaurav9...@gmail.com
On 2017-12-01 14:34, "gaurav9...@gmail.com" wrote: > > > On 2017-11-30 23:07, Matt Sicker wrote: > > You should be able to create one the same way you create any other appender > > using programmatic configuration. > > > > On 30 November 2017 at 06:36, gaurav9...@gmail.com > > wrote: > >

Re: How do I create jdbc appender using programmatic configuration?

2017-12-01 Thread gaurav9...@gmail.com
On 2017-11-30 23:07, Matt Sicker wrote: > You should be able to create one the same way you create any other appender > using programmatic configuration. > > On 30 November 2017 at 06:36, gaurav9...@gmail.com > wrote: > > > Hi log4j2 users, > > > > I want to create jdbc appender using progra

Re: How do I create jdbc appender using programmatic configuration?

2017-11-30 Thread Matt Sicker
You should be able to create one the same way you create any other appender using programmatic configuration. On 30 November 2017 at 06:36, gaurav9...@gmail.com wrote: > Hi log4j2 users, > > I want to create jdbc appender using programmatic configuration. > > Please provide the programmatic conf