package core
Type Members
- abstract class LogbackAsyncAppenderBase extends AsyncAppender
This is an AsyncAppender extension which is located in the
ch.qos.logback.core
package namespace to provide access to the underlying blockingQueue, start, append, and put methods.This is an AsyncAppender extension which is located in the
ch.qos.logback.core
package namespace to provide access to the underlying blockingQueue, start, append, and put methods.- Note
Users are not expected to use this class directly, but instead should use the com.twitter.inject.logback.AsyncAppender