"; Failed close count: " + failedCloseCounter.getValue() +
"; Total processed by this pool: " + totalOpenedCounter.getValue());
}
catch (Exception e)
{
failedCloseCounter.increment();
if (Debug.DEBUG && Debug.TRACE == Debug.TRACE_MAX && logger.isLoggable( MLevel.FINER ))
logger.log( MLevel.FINER, "Failed to destroy PooledConnection: " + resc +
". Currently open Connections: " + connectionCounter.getValue() +
"; Failed close count: " + failedCloseCounter.getValue() +