X
X
xxxalz2015-07-24 06:45:30
Node.js
xxxalz, 2015-07-24 06:45:30

How to make logging when loading the server?

Who knows a module for nodejs, so that in the console in one line it would be displayed first foo then [bar] ?
By type, how does nginx reload

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xxxalz, 2015-07-24
@xxxalz

We smoked
process.stdout.write("foo ");
setTimeout(function(){
process.stdout.write("[bar]");
}, 1000);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question