Uses of Class
org.agrona.concurrent.errors.DistinctErrorLog
Packages that use DistinctErrorLog
Package
Description
A logger which provides a summary of distinct stacktrace based errors with counts and times.
-
Uses of DistinctErrorLog in org.agrona.concurrent.errors
Fields in org.agrona.concurrent.errors declared as DistinctErrorLogMethods in org.agrona.concurrent.errors that return DistinctErrorLogConstructors in org.agrona.concurrent.errors with parameters of type DistinctErrorLogModifierConstructorDescriptionConstruct error handler wrapping aDistinctErrorLog
with a default ofSystem.err
for theLoggingErrorHandler.errorOverflow()
.LoggingErrorHandler
(DistinctErrorLog log, PrintStream errorOverflow) Construct error handler wrapping aDistinctErrorLog
andPrintStream
for error overflow.