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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -