Lines Matching defs:log

115     private final Log log;
167 final Log log,
181 if (log == null) {
233 this.log = log;
379 this.log.debug("Stale connection check");
381 this.log.debug("Stale connection detected");
402 if (this.log.isDebugEnabled()) {
403 this.log.debug(ex.getMessage());
447 this.log.debug("Cannot retry non-repeatable request");
459 if (this.log.isDebugEnabled()) {
460 this.log.debug("Attempt " + execCount + " to execute request");
466 this.log.debug("Closing the connection.");
469 if (this.log.isInfoEnabled()) {
470 this.log.info("I/O exception ("+ ex.getClass().getName() +
474 if (this.log.isDebugEnabled()) {
475 this.log.debug(ex.getMessage(), ex);
477 this.log.info("Retrying request");
486 this.log.debug("Reopening the direct connection.");
490 this.log.debug("Proxied connection. Need to start over.");
515 if (this.log.isDebugEnabled()) {
517 this.log.debug("Connection can be kept alive for " + duration + " ms");
519 this.log.debug("Connection can be kept alive indefinitely");
598 this.log.debug("IOException releasing connection", ignored);
665 this.log.debug("Tunnel to target created.");
676 this.log.debug("Tunnel to proxy created.");
778 this.log.debug("Proxy requested authentication");
786 if (this.log.isWarnEnabled()) {
787 this.log.warn("Authentication error: " + ex.getMessage());
798 this.log.debug("Connection kept alive");
983 if (this.log.isDebugEnabled()) {
984 this.log.debug("Redirecting to '" + uri + "' via " + newRoute);
1003 this.log.debug("Target requested authentication");
1011 if (this.log.isWarnEnabled()) {
1012 this.log.warn("Authentication error: " + ex.getMessage());
1033 this.log.debug("Proxy requested authentication");
1041 if (this.log.isWarnEnabled()) {
1042 this.log.warn("Authentication error: " + ex.getMessage());
1077 if (this.log.isDebugEnabled()) {
1078 this.log.debug(ex.getMessage(), ex);
1085 this.log.debug("Error releasing connection", ignored);
1113 this.log.debug("Authorization challenge processed");
1140 if (this.log.isDebugEnabled()) {
1141 this.log.debug("Authentication scope: " + authScope);
1146 if (this.log.isDebugEnabled()) {
1148 this.log.debug("Found credentials");
1150 this.log.debug("Credentials not found");
1155 this.log.debug("Authentication failed");