Uses of Class
org.agrona.concurrent.errors.DistinctErrorLog
-
Packages that use DistinctErrorLog Package Description org.agrona.concurrent.errors 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 DistinctErrorLog Modifier and Type Field Description private DistinctErrorLog
LoggingErrorHandler. log
Methods in org.agrona.concurrent.errors that return DistinctErrorLog Modifier and Type Method Description DistinctErrorLog
LoggingErrorHandler. distinctErrorLog()
The wrapped log.Constructors in org.agrona.concurrent.errors with parameters of type DistinctErrorLog Constructor Description LoggingErrorHandler(DistinctErrorLog log)
Construct error handler wrapping aDistinctErrorLog
with a default ofSystem.err
for theLoggingErrorHandler.errorOverflow()
.LoggingErrorHandler(DistinctErrorLog log, java.io.PrintStream errorOverflow)
Construct error handler wrapping aDistinctErrorLog
andPrintStream
for error overflow.
-