Closed
Description
Affects Version(s): v2.2.2.RELEASE
Use of PluginBuilderFactory instead of PluginFactory for Log4j2 AmqpAppender
I'm tryin to extends AmqpAppender to customize method postProcessMessageBeforeSend.
I'm tryin to avoid copy & paste of static method createAppender (annotated with PluginFactory) but it's not possibile.
Is there another solution or simple code to create a method annotated with PluginFactory ?
I suggest to use Builder and Annotation PluginBuilderFactory