Package org.apache.bookkeeper.slogger
Structured logging.
-
Interface Summary Interface Description Sloggable Interface to be implemented by classes that want more control over how they are added to a structured log.SloggableAccumulator Interface passed to Sloggable instances, with which they can add their own key/value pairs to the logged event.Slogger Event logging interface will support for key value pairs and reusable context. -
Class Summary Class Description AbstractSlogger Abstract implementation of slogger.ConsoleSlogger Simple slogger implementation which writes json to console.NullSlogger -
Enum Summary Enum Description AbstractSlogger.Level Levels at which slogger can slog.