Hi, I have several questions to provide context, so that you might get more 
help.

Does "I cannot see anything on the stdout of the process that is running 
the v8 engine" mean that you
are spawning 1 or more child processes in your application? If so, how are 
you spawning them?

Also, which console.log() implementation are you using? The one from 
d8-console.cc? One from Node.js or Chromium? A custom one?

On Monday, February 4, 2019 at 6:53:11 PM UTC-5, Gerry Sweeney wrote:
>
> Hi,
> I have a C++ project that embeds v8. When running a JavaScript code I can 
> make a call to 
>
> console.log("boo")
>
> without error, but I cannot see anything on the stdout of the process that 
> is running the v8 engine.  
>
> My question is, how can I plug into the v8 engine to get the stream coming 
> out of console.log()
>
> Any help much appreciated. (be gentle I don't know much about the v8 
> implementation) 
>
> Thanks,
> Gerry
>
>
>
>
>
>
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to