Package org.apache.bookkeeper.slogger
Interface Sloggable
-
public interface Sloggable
Interface to be implemented by classes that want more control over how they are added to a structured log.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SloggableAccumulator
log(SloggableAccumulator accumulator)
-
-
-
Method Detail
-
log
SloggableAccumulator log(SloggableAccumulator accumulator)
-
-