Uses of Interface
org.jclouds.logging.Logger

Packages that use Logger
org.jclouds.collect   
org.jclouds.concurrent   
org.jclouds.http   
org.jclouds.http.functions   
org.jclouds.http.handlers   
org.jclouds.http.internal   
org.jclouds.io   
org.jclouds.lifecycle   
org.jclouds.logging   
org.jclouds.logging.internal   
org.jclouds.logging.jdk   
org.jclouds.predicates   
org.jclouds.rest.config   
org.jclouds.rest.internal   
 

Uses of Logger in org.jclouds.collect
 

Fields in org.jclouds.collect declared as Logger
protected  Logger FindResourceInSet.logger
           
 

Uses of Logger in org.jclouds.concurrent
 

Methods in org.jclouds.concurrent with parameters of type Logger
static
<T> Map<T,Exception>
FutureIterables.awaitCompletion(Map<T,? extends Future<?>> responses, ExecutorService exec, Long maxTime, Logger logger, String logPrefix)
           
static
<F,T> Iterable<T>
FutureIterables.transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,Future<T>> function, ExecutorService exec, Long maxTime, Logger logger, String logPrefix)
           
static
<F,T> Iterable<T>
FutureIterables.transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,Future<T>> function, ExecutorService exec, Long maxTime, Logger logger, String logPrefix, BackoffLimitedRetryHandler retryHandler, int maxRetries)
           
 

Uses of Logger in org.jclouds.http
 

Fields in org.jclouds.http declared as Logger
protected  Logger TransformingHttpCommandImpl.logger
           
 

Methods in org.jclouds.http with parameters of type Logger
 void HttpUtils.logRequest(Logger logger, HttpRequest request, String prefix)
           
 void HttpUtils.logResponse(Logger logger, HttpResponse response, String prefix)
           
 

Uses of Logger in org.jclouds.http.functions
 

Fields in org.jclouds.http.functions declared as Logger
protected  Logger ReleasePayloadAndReturn.logger
           
protected  Logger ParseContentMD5FromHeaders.logger
           
protected  Logger ParseJson.logger
           
 

Uses of Logger in org.jclouds.http.handlers
 

Fields in org.jclouds.http.handlers declared as Logger
protected  Logger BackoffLimitedRetryHandler.logger
           
protected  Logger RedirectionRetryHandler.logger
           
 

Uses of Logger in org.jclouds.http.internal
 

Fields in org.jclouds.http.internal declared as Logger
protected  Logger BaseHttpCommandExecutorService.headerLog
           
protected  Logger JavaUrlHttpCommandExecutorService.logger
           
protected  Logger BaseHttpCommandExecutorService.logger
           
 

Methods in org.jclouds.http.internal that return Logger
 Logger SignatureWire.getWireLog()
           
 Logger HttpWire.getWireLog()
           
 

Uses of Logger in org.jclouds.io
 

Fields in org.jclouds.io declared as Logger
protected  Logger CopyInputStreamIntoSupplier.logger
           
 

Uses of Logger in org.jclouds.lifecycle
 

Fields in org.jclouds.lifecycle declared as Logger
protected  Logger BaseLifeCycle.logger
           
 

Uses of Logger in org.jclouds.logging
 

Classes in org.jclouds.logging that implement Logger
 class BaseLogger
          Base implementation that constructs formatted log strings.
 class ConsoleLogger
          Logger that logs to the console

Useful to get baseline performance unaffected by logging.

 class NullLogger
          Logger that doesn't do anything.
 

Fields in org.jclouds.logging declared as Logger
static Logger Logger.CONSOLE
          Assign to member to avoid NPE when no logging module is configured.
static Logger Logger.NULL
          Assign to member to avoid NPE when no logging module is configured.
 

Methods in org.jclouds.logging that return Logger
 Logger Logger.LoggerFactory.getLogger(String category)
           
 

Uses of Logger in org.jclouds.logging.internal
 

Fields in org.jclouds.logging.internal declared as Logger
protected  Logger Wire.logger
           
 

Methods in org.jclouds.logging.internal that return Logger
protected abstract  Logger Wire.getWireLog()
           
 

Uses of Logger in org.jclouds.logging.jdk
 

Classes in org.jclouds.logging.jdk that implement Logger
 class JDKLogger
          Logger implementation of Logger.
 

Methods in org.jclouds.logging.jdk that return Logger
 Logger JDKLogger.JDKLoggerFactory.getLogger(String category)
           
 

Uses of Logger in org.jclouds.predicates
 

Fields in org.jclouds.predicates declared as Logger
protected  Logger InetSocketAddressConnect.logger
           
protected  Logger RetryablePredicate.logger
           
 

Uses of Logger in org.jclouds.rest.config
 

Fields in org.jclouds.rest.config declared as Logger
protected  Logger CredentialStoreModule.CredentialsFromJsonInputStream.logger
           
 

Uses of Logger in org.jclouds.rest.internal
 

Fields in org.jclouds.rest.internal declared as Logger
protected  Logger AsyncRestClientProxy.logger
           
protected  Logger SeedAnnotationCache.logger
           
protected  Logger RestAnnotationProcessor.logger
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.