Migrating from log4j 1.2 to log4j 2

2014-01-30 Thread Remko Popma
Away from PC now, but if I remember correctly, that method is now commented as "only used by Junit tests". That may be the most convenient method to use. We may want to change that comment though... On Friday, January 31, 2014, Gary Gregory > wrote: > I have finally created a separate sandbox fo

Re: Migrating from log4j 1.2 to log4j 2

2014-01-30 Thread Gary Gregory
I have finally created a separate sandbox for our app server to test porting from log4j1 to 2. The first thing I run into? Just this issue! ;) We have code like this: Logger.getRootLogger().getAllAppenders() Why? Because the server looks for the log file (if any) so that it can return its tail

Re: Migrating from log4j 1.2 to log4j 2

2014-01-30 Thread Remko Popma
Hi Abhishek, These are currently private fields and not easily accessible. Can you explain your use case? Why do you need this? Best regards, Remko On Thu, Jan 30, 2014 at 2:33 PM, ~Abhi$hek~ wrote: > Hello Log4j 2 experts, > > > > I am in the process of migrating my application from log4j 1.