Package org.apache.commons.dbcp2
Class SwallowedExceptionLogger
java.lang.Object
org.apache.commons.dbcp2.SwallowedExceptionLogger
- All Implemented Interfaces:
SwallowedExceptionListener
Class for logging swallowed exceptions.
- Since:
- 2.0
-
Constructor Summary
ConstructorDescriptionSwallowedExceptionLogger
(org.apache.commons.logging.Log log) Create a SwallowedExceptionLogger with the given logger.SwallowedExceptionLogger
(org.apache.commons.logging.Log log, boolean logExpiredConnections) Create a SwallowedExceptionLogger with the given logger and expired connection logging property. -
Method Summary
-
Constructor Details
-
SwallowedExceptionLogger
Create a SwallowedExceptionLogger with the given logger. By default, expired connection logging is turned on.- Parameters:
log
- logger
-
SwallowedExceptionLogger
Create a SwallowedExceptionLogger with the given logger and expired connection logging property.- Parameters:
log
- loggerlogExpiredConnections
- false suppresses logging of expired connection events
-
-
Method Details
-
onSwallowException
- Specified by:
onSwallowException
in interfaceSwallowedExceptionListener
-