Async appender can delegate to multiple appenders. If we are indeed dealing with multiple appenders in a given config, perhaps we need to wrap all of them in a single async appender, instead of wrapping them individually. Async appender itself uses lots of resources, so its instances are likely not cheap.
Async appender can delegate to multiple appenders. If we are indeed dealing with multiple appenders in a given config, perhaps we need to wrap all of them in a single async appender, instead of wrapping them individually. Async appender itself uses lots of resources, so its instances are likely not cheap.