Yes I want it, but this information if I right is present in AppenderComponent 
and I don't know as get it.
Can you explain me which are the methods?



On 2020/06/25 15:20:05, Ralph Goers <ralph.go...@dslextreme.com> wrote: 
> I am having difficulty understanding what you are asking. I don’t know what 
> you mean by “File name appender”. Log4j 2 has a FileAppender that accepts a 
> filename parameter and a RollingFileAppender that accepts a fileName and 
> filePattern.  Since a FileAppender doesn’t roll a RolloverStrategy doesn’t 
> make sense for it. 
> 
> Are you simply asking how to get the file name inside a RolloverStrategy? If 
> that is your question the FileManager is passed to the rollover method and 
> the FileManager has methods to retrieve the file name.
> 
> Ralph
> 
> > On Jun 25, 2020, at 1:40 AM, EDMONDO SENA <edse...@gmail.com> wrote:
> > 
> > 
> > Good Morning,
> > 
> > Is there a possibility to get the File name appender with 
> > DefaultRolloverStrategy (log4j2)?
> > I have a class that extends DefaultRolloverStrategy and I have seen that 
> > only RollingFileAppender has such a possibility.
> > How can I get the appender file name from file.properties by 
> > DefaultRolloverStrategy?
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> > For additional commands, e-mail: log4j-user-h...@logging.apache.org
> > 
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> For additional commands, e-mail: log4j-user-h...@logging.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to