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