File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/LoggerAwareInterface.php.tar
wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php 0000644 00000000467 15156236473 0036657 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php
namespace AIOSEO\Vendor\Psr\Log;
/**
* Describes a logger-aware instance.
*/
interface LoggerAwareInterface
{
/**
* Sets a logger instance on the object.
*
* @param LoggerInterface $logger
*
* @return void
*/
public function setLogger(LoggerInterface $logger);
}