RateLimitedLog
.See: Description
Interface | Description |
---|---|
CounterMetric |
An interface used to implement the target for RateLimitedLogWithPattern#withMetrics(), allowing
callers to provide their own metric-recording implementation.
|
Class | Description |
---|---|
RateLimitedLog |
An SLF4J-compatible API for rate-limited logging.
|
RateLimitedLogBuilder |
Factory to create new RateLimitedLog instances in a fluent Builder style.
|
RateLimitedLogBuilder.MissingPeriod | |
RateLimitedLogBuilder.MissingRateAndPeriod | |
RateLimitedLogWithPattern |
An individual log pattern - the unit of rate limiting.
|
RateLimitedLog
.