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
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
I am migrating the log4j library from 1.2.17 to 2.14.1 and facing issues
with the custom appenders.
I have tried all the other solutions for the problem that I could find with
regards to syntax, classloader, using the 'packages' attribute. But I am
still unable to initialize the custom appender.
P