0 votes
in NodeJS Essentials by

Which of the following is used to create logging frameworks in Node.js?

A) Winston

B) Bunyan

C) Log4js

D) all of the above

1 Answer

0 votes
by
Answer: D

Explanation: Winston, Bunyan, and Log4js are all used to create logging frameworks in Node.js.
...