Autarky\Routing\ControllerTrait::log PHP Method

log() protected method

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
return void
    protected function log($level, $message, array $context = array())
    {
        $this->getLogger()->log($level, $message, $context);
    }