Re: Custom Appenders not getting initialized for Log4j-2.14.1

2021-07-03 Thread Ravi Kumar
Hi Ralph, Thank you for your valuable reply. - We are using the log4j-core-2.14.1.jar as well as log4j-api-2.14.1.jar for the compilation as well as for the runtime support of Log4J2.14.1 - Yes, the Log4j2Plugins.dat present inside the log4j-core-2.14.1.jar which we are using for compi

Re: Custom Appenders not getting initialized for Log4j-2.14.1

2021-07-03 Thread Ralph Goers
Does the jar containing the BWLogFileAppender contain a Log4j2Plugins.data file under the META-INF directory? If not are you compiling your code with annotation processing enabled? Ralph > On Jul 1, 2021, at 11:29 PM, Nilay Prafulla Dhamecha > wrote: > > I am migrating the log4j library fr