| Current Path : /home/c/i/n/cinepatreb/billetterie/vendor/psr/log/Psr/Log/ | 
| Current File : /home/c/i/n/cinepatreb/billetterie/vendor/psr/log/Psr/Log/LoggerAwareInterface.php | 
<?php
namespace 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);
}