We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b104e0 commit 0fb9c9cCopy full SHA for 0fb9c9c
PubSub/src/PubSubClient.php
@@ -184,6 +184,9 @@ class PubSubClient
184
* See the {@see \Google\ApiCore\Transport\GrpcTransport::build()} and
185
* {@see \Google\ApiCore\Transport\RestTransport::build()} methods for the
186
* supported options.
187
+ * @type false|LoggerInterface $logger
188
+ * A PSR-3 compliant logger. If set to false, logging is disabled, ignoring the
189
+ * 'GOOGLE_SDK_PHP_LOGGING' environment flag
190
* }
191
* @throws \InvalidArgumentException
192
*/
0 commit comments