A simple logger. Supports info, and warn without any configuration
Leverages util.debuglog to enable debug logging To use debug logging:
export NODE_DEBUG=module-name,other-module Copy
export NODE_DEBUG=module-name,other-module
Initialize a logger
Should always be the value module.id
Private
Rest
A simple logger. Supports info, and warn without any configuration
Leverages util.debuglog to enable debug logging To use debug logging: