Package com.mchange.util
Interface FailSuppressedMessageLogger
- All Superinterfaces:
MessageLogger
,RobustMessageLogger
- All Known Implementing Classes:
FSMessageLoggerAdapter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
returns an Iterator of IOExceptions, or null if there have been no failuresMethods inherited from interface com.mchange.util.RobustMessageLogger
log, log
-
Method Details
-
getFailures
Iterator getFailures()returns an Iterator of IOExceptions, or null if there have been no failures -
clearFailures
void clearFailures()
-