Is logging in Cloud Functions (Node.JS) asynchronous?

Viewed 28

I'm using simple runtime logging a lot in my Node.JS Cloud Functions

console.log('I am a log entry!');

Is console.log in Cloud Functions asynchronous in its nature?

0 Answers
Related