Hello,

According to the performance charts in the documentation, log4j2 has a
significantly higher throughput when using AsyncLoggerContextSelector than
when using all async loggers with any different selector.

Why is that? Is it just because the same context is always reused and
there's no lookup like in the ClassLoaderContextSelector case?

If I need functionality similar to ClassLoaderContextSelector, is there any
way to get a throughput similar to AsyncLoggerContextSelector?

Thanks!

Reply via email to