Logback - possible to get AsyncAppender's current queue's size? -


is possible logback's asyncappender's current queue size?

here's relevant section of our config:

<appender name="async" class="ch.qos.logback.classic.asyncappender">   <queuesize>1000</queuesize>   <discardingthreshold>0</discardingthreshold>   <appender-ref ref="file" /> </appender> 


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -