Re: DefaultRolloverStrategy.createStrategy - access the appender

2016-10-07 Thread Gary Gregory
I don't quite see how to do that without inventing some kind of build context object that gets passed around. Any one else? Gary On Fri, Oct 7, 2016 at 2:43 PM, Benjamin Jaton wrote: > Hello, > > When configuring the rollover strategy for an appender, is there a way

DefaultRolloverStrategy.createStrategy - access the appender

2016-10-07 Thread Benjamin Jaton
Hello, When configuring the rollover strategy for an appender, is there a way to access the name of the appender from this method: DefaultRolloverStrategy.createStrategy ? I'm trying to write my own and I could use that name for my implementation. Thanks, Benjamin