You could get a reference to the global context from C-land, then get the "console" object, then call the "log" function from C-land.
On Tue, Mar 20, 2012 at 11:14 AM, m1k3l <[email protected]> wrote: > Hi, > > is there an async logging from native code in NodeJS? Something similar to > console.log() or a way to send logging events that could be used in a JS > program? > > Thanks >
