You are here

public function LoggerInterface::error in Lockr 7.3

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

Parameters

string $message:

array $context:

Return value

void

1 method overrides LoggerInterface::error()
AbstractLogger::error in vendor/psr/log/Psr/Log/AbstractLogger.php
Runtime errors that do not require immediate action but should typically be logged and monitored.

File

vendor/psr/log/Psr/Log/LoggerInterface.php, line 66

Class

LoggerInterface
Describes a logger instance.

Namespace

Psr\Log

Code

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