Imdb\Logger::error PHP Метод

error() публичный Метод

Runtime errors that do not require immediate action but should typically be logged and monitored.
public error ( string $message, array $context = [] )
$message string
$context array
    public function error($message, array $context = array())
    {
        $this->log('error', $message, $context);
    }