bootique / bootique-logback

Provides Logback integration with Bootique
http://bootique.io
Apache License 2.0
6 stars 10 forks source link

Single async appender #22

Open andrus opened 8 years ago

andrus commented 8 years ago

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.