ManaPHP\LoggerInterface::error PHP Method

error() public method

Sends/Writes an error message to the log
public error ( string $message, array $context = [] ) : static
$message string
$context array
return static
    public function error($message, $context = []);