Re: Async Loggers Vs. Async Appenders

2017-11-23 Thread Ralph Goers
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

Async Loggers Vs. Async Appenders

2017-11-23 Thread Laurent Hasson
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