You are here

public function AcquiaLiftAPI::setLogger in Acquia Lift Connector 7

Same name and namespace in other branches
  1. 7.2 includes/AcquiaLiftAPI.inc \AcquiaLiftAPI::setLogger()

Implements PersonalizeLoggerAwareInterface::setLogger().

File

includes/acquia_lift.classes.inc, line 393
Provides an agent type for Acquia Lift

Class

AcquiaLiftAPI
@file Provides an agent type for Acquia Lift

Code

public function setLogger(PersonalizeLoggerInterface $logger) {
  $this->logger = $logger;
}