# gmail-smtp/trunk/google-api-php-client/vendor/psr/log/src/LoggerAwareInterface.php

Gmail SMTP, version trunk. 15 lines.

- Page: https://pluginprobe.com/plugins/gmail-smtp/trunk/code/google-api-php-client/vendor/psr/log/src/LoggerAwareInterface.php
- Raw: https://pluginprobe.com/plugins/gmail-smtp/trunk/raw/google-api-php-client/vendor/psr/log/src/LoggerAwareInterface.php
- Modified: 2026-07-04T08:00:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gmail-smtp/trunk/code/google-api-php-client/vendor/psr/log/src/LoggerAwareInterface.php#L10-L20`.

```php
<?php

namespace Psr\Log;

/**
 * Describes a logger-aware instance.
 */
interface LoggerAwareInterface
{
    /**
     * Sets a logger instance on the object.
     */
    public function setLogger(LoggerInterface $logger): void;
}

```
