Package org.apache.bookkeeper.slogger


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