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

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

Sends/Writes an error message to the log
public error ( string $message, array $context = [] ) : static
$message string
$context array
Результат static
    public function error($message, $context = [])
    {
        return $this->log(self::LEVEL_ERROR, $message, $context);
    }