public function LoggerInterface::error

Runtime errors that do not require immediate action but should typically be logged and monitored.

Parameters

string $message:

array $context:

Return value

null

2 methods override LoggerInterface::error()
AbstractLogger::error in drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php
Runtime errors that do not require immediate action but should typically be logged and monitored.
Logger::error in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Logger.php
Runtime errors that do not require immediate action but should typically be logged and monitored.

File

drupal/core/vendor/psr/log/Psr/Log/LoggerInterface.php, line 62

Class

LoggerInterface
Describes a logger instance

Namespace

Psr\Log

Code

public function error($message, array $context = array());