Reputation: 2149
To dump some debugging information in client-side javascript I can use console.log(myVar)
. Can I do the same thing in server-side javascript which runs on V8? Is there any way to dump data to error_log file or something?
Upvotes: 3
Views: 456