setLogger
setLogger(LoggerInterface $log)
Attaches a PSR-3 compliant logger to the debug output of the client library. If enabled, debug messages are output using the debug log facility.
We recommend installing monolog via composer to handle logging, which implements a compatible interface.
No value is returned.