Package org.agrona.concurrent.errors
package org.agrona.concurrent.errors
A logger which provides a summary of distinct stacktrace based errors with counts and times.
-
ClassDescriptionDistinct record of error observations.Callback handler for consuming errors encountered in a
DistinctErrorLog
.Reader for the log created by aDistinctErrorLog
encoded as UTF-8 errors.A loggingErrorHandler
that records to aDistinctErrorLog
and if the log is full then overflows to aPrintStream
.