public class ScribeBatchingLogger extends AbstractBatchingLogger
AbstractBatchingLogger.BatchEntryDEFAULT_MIN_BATCH_SIZE| Constructor and Description |
|---|
ScribeBatchingLogger(String category,
ScribeLogger scribeLogger) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.util.concurrent.ListenableFuture<Unit> |
logMultiple(com.google.common.collect.ImmutableCollection<AbstractBatchingLogger.BatchEntry> data) |
forceFlush, logpublic ScribeBatchingLogger(String category, ScribeLogger scribeLogger)
protected com.google.common.util.concurrent.ListenableFuture<Unit> logMultiple(com.google.common.collect.ImmutableCollection<AbstractBatchingLogger.BatchEntry> data)
logMultiple in class AbstractBatchingLogger