rfc-log-levels
A map of log level aliases matched to their numeric values. Follows the RFC Standard.
bug-killer
Simple way to log messages in stdout or other stream.
lambda-log
Lightweight logging library for any Node 10+ applications
beautify-console-log
This is a further beautification and encapsulation of the 'console' object. You can use it like using "console. log", "console. info", "console. warn", "console. error", and it can display the code line information where the log is printed.