ManaPHP\LoggerInterface::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 = []);