I would like to employ Log4j2 Asynchronous loggers within an Java EE 7 Applicatiosn.
This entails using the LMAX disruptor-3.0.0.jar or higher on the classpath.
I am concerned this breaks the rule related to starting "user" threads within a Java EE container.
Does the log4j2 automatic configuartion detect the presence of a Jee container? or do I need to pass log4j2 ManagedExecutorService? to use in WorkerPool?