Uses of Interface
org.jclouds.logging.Logger
-
-
Uses of Logger in org.jclouds.concurrent
Methods in org.jclouds.concurrent with parameters of type Logger Modifier and Type Method Description static <F> Map<F,Exception>FutureIterables. awaitCompletion(Map<F,? extends com.google.common.util.concurrent.ListenableFuture<?>> responses, com.google.common.util.concurrent.ListeningExecutorService exec, Long maxTime, Logger logger, String logPrefix)static <F,T>
Iterable<T>FutureIterables. transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function, com.google.common.util.concurrent.ListeningExecutorService exec, Long maxTime, Logger logger, String logPrefix)static <F,T>
Iterable<T>FutureIterables. transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function, com.google.common.util.concurrent.ListeningExecutorService exec, Long maxTime, Logger logger, String logPrefix, BackoffLimitedRetryHandler retryHandler, int maxRetries) -
Uses of Logger in org.jclouds.http
Methods in org.jclouds.http with parameters of type Logger Modifier and Type Method Description voidHttpUtils. logRequest(Logger logger, HttpRequest request, String prefix)voidHttpUtils. logResponse(Logger logger, HttpResponse response, String prefix) -
Uses of Logger in org.jclouds.http.functions
Fields in org.jclouds.http.functions declared as Logger Modifier and Type Field Description protected LoggerParseFirstJsonValueNamed. loggerprotected LoggerParseJson. loggerprotected LoggerParseXMLWithJAXB. loggerprotected LoggerReleasePayloadAndReturn. logger -
Uses of Logger in org.jclouds.http.handlers
Fields in org.jclouds.http.handlers declared as Logger Modifier and Type Field Description protected LoggerBackoffLimitedRetryHandler. loggerprotected LoggerRateLimitRetryHandler. loggerprotected LoggerRedirectionRetryHandler. logger -
Uses of Logger in org.jclouds.http.internal
Fields in org.jclouds.http.internal declared as Logger Modifier and Type Field Description protected LoggerBaseHttpCommandExecutorService. headerLogprotected LoggerBaseHttpCommandExecutorService. loggerMethods in org.jclouds.http.internal that return Logger Modifier and Type Method Description LoggerHttpWire. getWireLog()LoggerSignatureWire. getWireLog() -
Uses of Logger in org.jclouds.io
Fields in org.jclouds.io declared as Logger Modifier and Type Field Description protected LoggerContentMetadataCodec.DefaultContentMetadataCodec. logger -
Uses of Logger in org.jclouds.lifecycle
Fields in org.jclouds.lifecycle declared as Logger Modifier and Type Field Description protected LoggerBaseLifeCycle. logger -
Uses of Logger in org.jclouds.location.suppliers.all
Fields in org.jclouds.location.suppliers.all declared as Logger Modifier and Type Field Description protected LoggerZoneToProvider. loggerprotected LoggerZoneToRegionToProviderOrJustProvider. logger -
Uses of Logger in org.jclouds.location.suppliers.fromconfig
Fields in org.jclouds.location.suppliers.fromconfig declared as Logger Modifier and Type Field Description protected LoggerLocationIdToURIFromConfigurationOrDefaultToProvider. loggerprotected LoggerRegionIdToZoneIdsFromConfiguration. loggerprotected LoggerSplitConfigurationKey. logger -
Uses of Logger in org.jclouds.logging
Classes in org.jclouds.logging that implement Logger Modifier and Type Class Description classBaseLoggerBase implementation that constructs formatted log strings.classConsoleLoggerLogger that logs to the consoleclassNullLoggerLogger that doesn't do anything.Fields in org.jclouds.logging declared as Logger Modifier and Type Field Description static LoggerLogger. CONSOLEAssign to member to avoid NPE when no logging module is configured.static LoggerLogger. NULLAssign to member to avoid NPE when no logging module is configured.Methods in org.jclouds.logging that return Logger Modifier and Type Method Description LoggerLogger.LoggerFactory. getLogger(String category) -
Uses of Logger in org.jclouds.logging.internal
Fields in org.jclouds.logging.internal declared as Logger Modifier and Type Field Description protected LoggerWire. loggerMethods in org.jclouds.logging.internal that return Logger Modifier and Type Method Description protected abstract LoggerWire. getWireLog() -
Uses of Logger in org.jclouds.logging.jdk
Classes in org.jclouds.logging.jdk that implement Logger Modifier and Type Class Description classJDKLoggerMethods in org.jclouds.logging.jdk that return Logger Modifier and Type Method Description LoggerJDKLogger.JDKLoggerFactory. getLogger(String category) -
Uses of Logger in org.jclouds.predicates
Fields in org.jclouds.predicates declared as Logger Modifier and Type Field Description protected LoggerInetSocketAddressConnect. logger -
Uses of Logger in org.jclouds.rest.config
Fields in org.jclouds.rest.config declared as Logger Modifier and Type Field Description protected LoggerCredentialStoreModule.CredentialsFromJsonByteSource. logger -
Uses of Logger in org.jclouds.rest.internal
Fields in org.jclouds.rest.internal declared as Logger Modifier and Type Field Description protected LoggerRestAnnotationProcessor. logger -
Uses of Logger in org.jclouds.suppliers
Fields in org.jclouds.suppliers declared as Logger Modifier and Type Field Description protected LoggerSupplyKeyMatchingValueOrNull. logger
-