It seems you are trying to create an asynchronous root logger. For that you
need to use AsyncRoot, not AsyncLogger.
Ralph
> On Nov 23, 2017, at 7:37 AM, Laurent Hasson wrote:
>
>
> I saw on the log4j site
> (https://logging.apache.org/log4j/2.x/manual/async.html) that async loggers
> were p
I saw on the log4j site
(https://logging.apache.org/log4j/2.x/manual/async.html) that async loggers
were preferred performance-wise to async appenders. It describes a way to get
async loggers through system properties, but I as trying to get that done
through the configuration file. I tried th