> +import org.jclouds.azurecompute.AzureComputeApi;
> +import org.jclouds.logging.Logger;
> +
> +import com.google.common.base.Function;
> +import com.google.common.collect.FluentIterable;
> +
> +/**
> + * defines the connection between the {@link
> org.jclouds.azurecompute.AzureComputeApi} implementation and the jclouds
> + * {@link org.jclouds.compute.ComputeService}
> + */
> +@Singleton
> +public class AzureComputeServiceAdapter implements
> ComputeServiceAdapter<VirtualMachine, RoleSizeListResponse.RoleSize, OSImage,
> + LocationsListResponse.Location> {
> +
> + @Resource
> + protected Logger logger = Logger.NULL;
This should be qualified as the compute logger.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/132/files#r24748864