Class Slf4jReporter

  • All Implemented Interfaces:
    Reporter, Closeable, AutoCloseable

    public class Slf4jReporter
    extends ScheduledReporter
    A reporter class for logging metrics values to a SLF4J Logger periodically, similar to ConsoleReporter or CsvReporter, but using the SLF4J framework instead. It also supports specifying a Marker instance that can be used by custom appenders and filters for the bound logging toolkit to further process metrics reports.