public abstract class ScribeLogger extends Object implements Closeable
Constructor and Description |
---|
ScribeLogger() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Unit> |
log(String category,
Iterable<String> lines) |
abstract com.google.common.util.concurrent.ListenableFuture<Unit> |
log(String category,
Iterable<String> lines,
Optional<Integer> bucket) |