Class AsyncWaitStrategyFactoryConfig


  • @Plugin(name="AsyncWaitStrategyFactory",
            category="Core",
            printObject=true)
    public class AsyncWaitStrategyFactoryConfig
    extends java.lang.Object
    This class allows users to configure the factory used to create an instance of the LMAX disruptor WaitStrategy used by Async Loggers in the log4j configuration.
    • Field Detail

      • LOGGER

        protected static final Logger LOGGER
        Status logger for internal logging.
      • factoryClassName

        private final java.lang.String factoryClassName
    • Constructor Detail

      • AsyncWaitStrategyFactoryConfig

        public AsyncWaitStrategyFactoryConfig​(java.lang.String factoryClassName)