File "LoggerAwareInterface.php"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/mailpoet/vendor-prefixed/psr/log/Psr/Log/LoggerAwareInterface.php
File size: 159 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Psr\Log;
if (!defined('ABSPATH')) exit;
interface LoggerAwareInterface
{
 public function setLogger(LoggerInterface $logger);
}