Autarky\Routing\ControllerTrait::log PHP 메소드

log() 보호된 메소드

Log a message.
protected log ( string $level, string $message, array $context = [] ) : void
$level string https://github.com/php-fig/log/blob/master/Psr/Log/LogLevel.php
$message string
$context array
리턴 void
    protected function log($level, $message, array $context = array())
    {
        $this->getLogger()->log($level, $message, $context);
    }