?iť?

Your IP : 18.217.80.88


Current Path : /home/scgforma/www/soctest/htdocs/includes/Psr/Log/
Upload File :
Current File : /home/scgforma/www/soctest/htdocs/includes/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);
}