public class ScribeBatchingLogger extends AbstractBatchingLogger
AbstractBatchingLogger.BatchEntry
DEFAULT_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, log
public 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