DEV Community

[Comment from a deleted post]
Collapse
 
attkinsonjakob profile image
Jakob Attkinson

I'm a newcomer to this world of tools. At first, I thought this logger would influence the outcome of all the stuff printed by my terminal (when running stuff like npm start.). But now I see I was wrong.
Would you mind explaining what's the use case for such a logger?

Is it a library I can add and implement in my application for better logging information?

Collapse
 
ptkdev profile image
Patryk Rzucidło • Edited

Is an alternative for console.log()
Is only cute, more readable on terminal, writed log file in json format or text format + log rotate. Nothing more. You can use it as logger of your node app

Collapse
 
vacom profile image
Vitor Amaral

And you can say more "readable" with the different types of logs like errors etc. We developers like this kind of customization 🙏