Package org.apache.bookkeeper.slogger
Interface SloggableAccumulator
-
public interface SloggableAccumulator
Interface passed to Sloggable instances, with which they can add their own key/value pairs to the logged event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SloggableAccumulator
kv(java.lang.Object key, java.lang.Object value)
-
-
-
Method Detail
-
kv
SloggableAccumulator kv(java.lang.Object key, java.lang.Object value)
-
-